Skip to content

Commit efe6a76

Browse files
committed
add cython to build
1 parent 8194e63 commit efe6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ install:
7979
- cmd: conda info -a
8080

8181
# create our env
82-
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% pytest
82+
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest
8383
- cmd: activate pandas
8484
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
8585
- cmd: echo "installing requirements from %REQ%"

0 commit comments

Comments
 (0)