Skip to content

Commit 8b6642c

Browse files
committed
Use older cython for MinGW-w64
1 parent b4bf221 commit 8b6642c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ install:
8181

8282
- set PATH=C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;%PATH%
8383
- pip install nose pytest
84-
- pip install --install-option="--no-cython-compile" cython
84+
- if [%COMPILER%]==[MinGW-w64] pip install --install-option="--no-cython-compile" cython=0.26
85+
- if NOT [%COMPILER%]==[MinGW-w64] pip install --install-option="--no-cython-compile" cython
8586
- if NOT [%WITH_NUMPY%]==[no] pip install numpy
8687
- if NOT [%WITH_SYMPY%]==[no] pip install sympy
8788

0 commit comments

Comments
 (0)