Skip to content

Commit ab9fb47

Browse files
committed
Pin in azure
1 parent c1e48fd commit ab9fb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 . && \

0 commit comments

Comments
 (0)