Skip to content

Commit 5428d12

Browse files
author
MarcoGorelli
committed
try pinning setuptools?
1 parent 64e3564 commit 5428d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-dev.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Install dependencies
7373
run: |
7474
python --version
75-
python -m pip install --upgrade pip
75+
python -m pip install --upgrade pip wheel
76+
python -m pip install setuptools==59.2.0
7677
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
7778
python -m pip install git+https://github.com/nedbat/coveragepy.git
7879
python -m pip install versioneer[toml]

0 commit comments

Comments
 (0)