Skip to content

Commit ea09366

Browse files
authored
Install cython with wheels
1 parent 696676e commit ea09366

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ install:
8383

8484
- set "PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%"
8585
- echo %PATH%
86-
- pip install nose pytest
87-
- pip install --install-option="--no-cython-compile" cython
86+
- pip install nose pytest cython
8887
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
8988
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
9089

0 commit comments

Comments
 (0)