Skip to content

Commit bc0d5ed

Browse files
committed
Pin in azure
Pin additional
1 parent aef03c9 commit bc0d5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
/bin/bash -xc "cd pandas && \
4343
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
4444
. ~/virtualenvs/pandas-dev/bin/activate && \
45-
python -m pip install --no-deps -U pip wheel setuptools && \
45+
python -m pip install --no-deps -U pip wheel "setuptools<60.0.0" && \
4646
pip install cython numpy python-dateutil pytz pytest pytest-xdist hypothesis pytest-azurepipelines && \
4747
python setup.py build_ext -q -j2 && \
4848
python -m pip install --no-build-isolation -e . && \

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ echo "[Build extensions]"
106106
python setup.py build_ext -q -j2
107107

108108
echo "[Updating pip]"
109-
python -m pip install --no-deps -U pip wheel setuptools
109+
python -m pip install --no-deps -U pip wheel "setuptools<60.0.0"
110110

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

0 commit comments

Comments
 (0)