From 8614765e5899b96e18f1e6ee0fb7e810755ee70f Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Sat, 12 Sep 2020 23:40:22 -0500 Subject: [PATCH] CI: install numpy from pip #36296 --- ci/build39.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ci/build39.sh b/ci/build39.sh index f85e1c7def206..b9c76635df99b 100755 --- a/ci/build39.sh +++ b/ci/build39.sh @@ -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 .