From 8ac8357ca0142911845b9c750fd74deaa684766f Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 1 Sep 2020 19:41:03 +0100 Subject: [PATCH] CI: pin setuptools on 1.1.x --- ci/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup_env.sh b/ci/setup_env.sh index aa43d8b7dd00a..065f9e56ea171 100755 --- a/ci/setup_env.sh +++ b/ci/setup_env.sh @@ -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 .