Skip to content

Commit e0743a1

Browse files
authored
TST: install cython from pip for 3.6_NUMPY_DEV build (#17657)
1 parent 965c1c8 commit e0743a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/requirements-3.6_NUMPY_DEV.build

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
python=3.6*
22
pytz
3-
cython

ci/requirements-3.6_NUMPY_DEV.build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ pip install --pre --upgrade --timeout=60 -f $PRE_WHEELS numpy scipy
1414
# install dateutil from master
1515
pip install -U git+git://github.com/dateutil/dateutil.git
1616

17+
# cython via pip
18+
pip install cython
19+
1720
true

0 commit comments

Comments
 (0)