Skip to content

Commit 07cac4f

Browse files
authored
Fix typo
1 parent 8b6642c commit 07cac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

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

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

0 commit comments

Comments
 (0)