We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e48fd commit ab9fb47Copy full SHA for ab9fb47
azure-pipelines.yml
@@ -42,7 +42,7 @@ jobs:
42
/bin/bash -xc "cd pandas && \
43
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
44
. ~/virtualenvs/pandas-dev/bin/activate && \
45
- python -m pip install --no-deps -U pip wheel setuptools && \
+ python -m pip install --no-deps -U pip wheel "setuptools<60.0.0" && \
46
pip install cython numpy python-dateutil pytz pytest pytest-xdist hypothesis pytest-azurepipelines && \
47
python setup.py build_ext -q -j2 && \
48
python -m pip install --no-build-isolation -e . && \
0 commit comments