Skip to content

Commit 2c71d8b

Browse files
committed
Change ticks
1 parent 214ab19 commit 2c71d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
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<60.0.0" && \
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)