Skip to content

Commit 91390d8

Browse files
committed
Upgrade from Debian 9 to 10 in basemap-for-manylinux workflow
1 parent 232f181 commit 91390d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
max-parallel: 3
4545
fail-fast: false
4646
needs: checkout
47-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
47+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
4848
steps:
4949
-
5050
name: Download checkout
@@ -218,7 +218,7 @@ jobs:
218218
fail-fast: false
219219
needs: build
220220
runs-on: ubuntu-latest
221-
container: "pylegacy/${{ matrix.arch }}-python:3.8-debian-9"
221+
container: "pylegacy/${{ matrix.arch }}-python:3.8-debian-10"
222222
steps:
223223
-
224224
name: Download GEOS artifacts
@@ -263,15 +263,15 @@ jobs:
263263
# Missing precompiled binaries for `lxml`.
264264
- arch: "x64"
265265
python-version: "3.12"
266-
# Missing precompiled binaries for `numpy`, `matplotlib`, `pyproj`,
267-
# `pillow` and `lxml`.
266+
# Missing precompiled binaries for `numpy`, `matplotlib`,
267+
# `pyproj`, `pillow` and `lxml`.
268268
- arch: "x86"
269269
python-version: "3.12"
270270
max-parallel: 3
271271
fail-fast: false
272272
needs: repair
273273
runs-on: ubuntu-latest
274-
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-9"
274+
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-10"
275275
steps:
276276
-
277277
name: Download checkout
@@ -320,7 +320,7 @@ jobs:
320320
coverage:
321321
needs: test
322322
runs-on: ubuntu-latest
323-
container: "pylegacy/python:3.8-debian-9"
323+
container: "pylegacy/python:3.8-debian-10"
324324
steps:
325325
-
326326
name: Checkout
@@ -353,7 +353,7 @@ jobs:
353353
docs:
354354
needs: test
355355
runs-on: ubuntu-latest
356-
container: "pylegacy/python:3.8-debian-9"
356+
container: "pylegacy/python:3.8-debian-10"
357357
steps:
358358
-
359359
name: Download checkout
@@ -421,7 +421,7 @@ jobs:
421421
if: startsWith(github.event.ref, 'refs/tags/v')
422422
needs: test
423423
runs-on: ubuntu-latest
424-
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-9"
424+
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-10"
425425
environment: PyPI
426426
steps:
427427
-

0 commit comments

Comments
 (0)