Skip to content

Commit 85c50e6

Browse files
committed
Update manylinux action to compile NumPy on Py38/Py39 x86
1 parent 620398a commit 85c50e6

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
@@ -265,7 +265,7 @@ jobs:
265265
apt-get update
266266
apt-get install -y gcc g++ make
267267
pip install "numpy < 1.21.5"
268-
if: matrix.arch == 'x86' && matrix.python-version == '3.10'
268+
if: matrix.arch == 'x86' && (matrix.python-version >= '3.8' || matrix.python-version >= '3.10')
269269
-
270270
name: Install package
271271
run: |

0 commit comments

Comments
 (0)