We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691c39d commit aef03c9Copy full SHA for aef03c9
.github/workflows/python-dev.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install dependencies
49
shell: bash
50
run: |
51
- python -m pip install --upgrade pip setuptools<60.0.0 wheel
+ python -m pip install --upgrade pip "setuptools<60.0.0" wheel
52
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
53
pip install git+https://github.com/nedbat/coveragepy.git
54
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
0 commit comments