Skip to content

Commit 691c39d

Browse files
committed
CI: Pin setuptools for python dev
1 parent d228a78 commit 691c39d

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 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)