8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f757f62 commit 59ecd17Copy full SHA for 59ecd17
ci/build39.sh
@@ -3,16 +3,9 @@
3
4
sudo apt-get install build-essential gcc xvfb
5
pip install --no-deps -U pip wheel setuptools
6
-pip install python-dateutil pytz pytest pytest-xdist hypothesis
+pip install numpy python-dateutil pytz pytest pytest-xdist hypothesis
7
pip install cython --pre # https://github.com/cython/cython/issues/3395
8
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
-
16
python setup.py build_ext -inplace
17
python -m pip install --no-build-isolation -e .
18
0 commit comments