Skip to content

Commit

Permalink
Backport PR pandas-dev#36323: CI: install numpy from pip pandas-dev#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli authored and meeseeksmachine committed Sep 13, 2020
1 parent f757f62 commit 59ecd17
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/build39.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@

sudo apt-get install build-essential gcc xvfb
pip install --no-deps -U pip wheel setuptools
pip install python-dateutil pytz pytest pytest-xdist hypothesis
pip install numpy python-dateutil pytz pytest pytest-xdist hypothesis
pip install cython --pre # https://github.com/cython/cython/issues/3395

git clone https://github.com/numpy/numpy
cd numpy
python setup.py build_ext --inplace
python setup.py install
cd ..
rm -rf numpy

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

Expand Down

0 comments on commit 59ecd17

Please sign in to comment.