Skip to content

Commit

Permalink
CI: Avoid timeouts in 38 build (pandas-dev#29185)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored and TomAugspurger committed Oct 23, 2019
1 parent bc020f6 commit da1401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install python-dateutil pytz cython pytest pytest-xdist hypothesis
pip install --pre -f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com/ numpy

python setup.py build_ext -inplace
python -m pip install --no-build-isolation -e .
python -m pip install -v --no-build-isolation -e .

python -c "import sys; print(sys.version_info)"
python -c "import pandas as pd"
Expand Down

0 comments on commit da1401b

Please sign in to comment.