Skip to content

Commit

Permalink
Fix broken statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Dec 20, 2021
1 parent 691c39d commit aef03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade pip setuptools<60.0.0 wheel
python -m pip install --upgrade pip "setuptools<60.0.0" wheel
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install git+https://github.com/nedbat/coveragepy.git
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
Expand Down

0 comments on commit aef03c9

Please sign in to comment.