Skip to content

Commit f9fed6a

Browse files
CI: pin setuptools on 1.1.x (#36048)
1 parent 736550d commit f9fed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ python setup.py build_ext -q -i -j2
148148
# - py35_compat
149149
# - py36_32bit
150150
echo "[Updating pip]"
151-
python -m pip install --no-deps -U pip wheel setuptools
151+
python -m pip install --no-deps -U pip wheel "setuptools<50.0.0"
152152

153153
echo "[Install pandas]"
154154
python -m pip install --no-build-isolation -e .

0 commit comments

Comments
 (0)