Skip to content

Commit aef03c9

Browse files
committed
Fix broken statement
1 parent 691c39d commit aef03c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
shell: bash
5050
run: |
51-
python -m pip install --upgrade pip setuptools<60.0.0 wheel
51+
python -m pip install --upgrade pip "setuptools<60.0.0" wheel
5252
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
5353
pip install git+https://github.com/nedbat/coveragepy.git
5454
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov

0 commit comments

Comments
 (0)