On Python 2.6, get Cython 27.x with cp26 wheels
This commit is contained in:
parent
d7cf02c145
commit
5169b86238
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ python -c 'import sys; print(sys.version)' | head -n1 | grep $VERSION
|
|||
|
||||
# install packages with pip
|
||||
if [ "$VERSION" == "2.6" ]; then
|
||||
pip install pytest Cython
|
||||
pip install pytest "Cython<28"
|
||||
else
|
||||
python -m pip install pytest Cython
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue