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