Skip to content

Commit

Permalink
CI: pin setuptools on 1.1.x (#36048)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Sep 1, 2020
1 parent 736550d commit f9fed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ python setup.py build_ext -q -i -j2
# - py35_compat
# - py36_32bit
echo "[Updating pip]"
python -m pip install --no-deps -U pip wheel setuptools
python -m pip install --no-deps -U pip wheel "setuptools<50.0.0"

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

0 comments on commit f9fed6a

Please sign in to comment.