Skip to content

Commit 63a3f88

Browse files
committed
Fix manylinux workflow to stay on Cython 0.29.x
1 parent 7c2d97c commit 63a3f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-manylinux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
export NUMPY_INCLUDE_PATH=${sitepkgdir}/numpy/core/include
187187
if [ "${{ matrix.python-version }}" = "3.11" ]; then
188188
kwds="--no-build-isolation"
189-
pip install setuptools wheel "cython >= 0.29, < 3.1"
189+
pip install setuptools wheel "cython >= 0.29, < 3.0"
190190
fi
191191
cd ${{ env.PKGDIR }}
192192
python setup.py sdist

0 commit comments

Comments
 (0)