File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
/bin/bash -xc "cd pandas && \
43
43
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
44
44
. ~/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" && \
46
46
pip install cython numpy python-dateutil pytz pytest pytest-xdist hypothesis pytest-azurepipelines && \
47
47
python setup.py build_ext -q -j2 && \
48
48
python -m pip install --no-build-isolation -e . && \
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ echo "[Build extensions]"
106
106
python setup.py build_ext -q -j2
107
107
108
108
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 "
110
110
111
111
echo " [Install pandas]"
112
112
python -m pip install --no-build-isolation -e .
You can’t perform that action at this time.
0 commit comments