We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229722e commit e47d5ebCopy full SHA for e47d5eb
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