Skip to content

Commit 49dc39e

Browse files
authored
Merge pull request #549 from matplotlib/bugfix-ci-x86
Update manylinux action to compile NumPy on Py38/Py39 x86
2 parents 620398a + 1f9a881 commit 49dc39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ jobs:
264264
run: |
265265
apt-get update
266266
apt-get install -y gcc g++ make
267-
pip install "numpy < 1.21.5"
268-
if: matrix.arch == 'x86' && matrix.python-version == '3.10'
267+
pip install "numpy < 1.24"
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)