We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e3564 commit 5428d12Copy full SHA for 5428d12
.github/workflows/python-dev.yml
@@ -72,7 +72,8 @@ jobs:
72
- name: Install dependencies
73
run: |
74
python --version
75
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip wheel
76
+ python -m pip install setuptools==59.2.0
77
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
78
python -m pip install git+https://github.com/nedbat/coveragepy.git
79
python -m pip install versioneer[toml]
0 commit comments