Skip to content

Commit da1401b

Browse files
WillAydTomAugspurger
authored andcommitted
CI: Avoid timeouts in 38 build (pandas-dev#29185)
1 parent bc020f6 commit da1401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build38.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install python-dateutil pytz cython pytest pytest-xdist hypothesis
99
pip install --pre -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ numpy
1010

1111
python setup.py build_ext -inplace
12-
python -m pip install --no-build-isolation -e .
12+
python -m pip install -v --no-build-isolation -e .
1313

1414
python -c "import sys; print(sys.version_info)"
1515
python -c "import pandas as pd"

0 commit comments

Comments
 (0)