Skip to content

Commit d64df84

Browse files
authored
CI: Pin setuptools for sdist too (#45000)
1 parent 14287e3 commit d64df84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sdist.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

42+
# TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
4243
- name: Install dependencies
4344
run: |
44-
python -m pip install --upgrade pip setuptools wheel
45+
python -m pip install --upgrade pip "setuptools<60.0.0" wheel
4546
4647
# GH 39416
4748
pip install numpy
@@ -57,8 +58,10 @@ jobs:
5758
channels: conda-forge
5859
python-version: '${{ matrix.python-version }}'
5960

61+
# TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
6062
- name: Install pandas from sdist
6163
run: |
64+
python -m pip install --upgrade "setuptools<60.0.0"
6265
pip list
6366
python -m pip install dist/*.gz
6467

0 commit comments

Comments
 (0)