We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14287e3 commit d64df84Copy full SHA for d64df84
.github/workflows/sdist.yml
@@ -39,9 +39,10 @@ jobs:
39
with:
40
python-version: ${{ matrix.python-version }}
41
42
+ # TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
43
- name: Install dependencies
44
run: |
- python -m pip install --upgrade pip setuptools wheel
45
+ python -m pip install --upgrade pip "setuptools<60.0.0" wheel
46
47
# GH 39416
48
pip install numpy
@@ -57,8 +58,10 @@ jobs:
57
58
channels: conda-forge
59
python-version: '${{ matrix.python-version }}'
60
61
62
- name: Install pandas from sdist
63
64
+ python -m pip install --upgrade "setuptools<60.0.0"
65
pip list
66
python -m pip install dist/*.gz
67
0 commit comments