We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34dd9d commit d317905Copy full SHA for d317905
ci/install-3.6_DEV.sh
@@ -9,21 +9,8 @@ source activate pandas
9
10
# ensure we have pip
11
python -m ensurepip
12
-pip3.6 install nose
13
-
14
-# build cython
15
-git clone https://github.com/cython/cython.git
16
-cd cython
17
-git checkout 0.25.1
18
-python setup.py install
19
-cd ..
20
21
-# remove the system installed numpy
22
-pip3.6 uninstall numpy -y
23
24
# install deps
25
-pip3.6 install numpy
26
-pip3.6 install pytz
27
-pip3.6 install python-dateutil
+pip3.6 install nose cython numpy pytz python-dateutil
28
29
true
0 commit comments