Skip to content

Commit 019733e

Browse files
Backport PR #36323: CI: install numpy from pip #36296 (#36328)
Co-authored-by: Fangchen Li <[email protected]>
1 parent f757f62 commit 019733e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci/build39.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@
33

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

9-
git clone https://github.com/numpy/numpy
10-
cd numpy
11-
python setup.py build_ext --inplace
12-
python setup.py install
13-
cd ..
14-
rm -rf numpy
15-
169
python setup.py build_ext -inplace
1710
python -m pip install --no-build-isolation -e .
1811

0 commit comments

Comments
 (0)