We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620398a commit 85c50e6Copy full SHA for 85c50e6
.github/workflows/basemap-for-manylinux.yml
@@ -265,7 +265,7 @@ jobs:
265
apt-get update
266
apt-get install -y gcc g++ make
267
pip install "numpy < 1.21.5"
268
- if: matrix.arch == 'x86' && matrix.python-version == '3.10'
+ if: matrix.arch == 'x86' && (matrix.python-version >= '3.8' || matrix.python-version >= '3.10')
269
-
270
name: Install package
271
run: |
0 commit comments