Skip to content

Commit

Permalink
CI: install numpy from pip pandas-dev#36296 (pandas-dev#36323)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli authored and Kevin D Smith committed Nov 2, 2020
1 parent fbb1ecb commit 23ab7fc
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 23ab7fc

Please sign in to comment.