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 7fcada1 commit 2dbc76eCopy full SHA for 2dbc76e
.github/workflows/basemap-for-manylinux.yml
@@ -266,13 +266,6 @@ jobs:
266
with:
267
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
268
path: ${{ env.PKGDIR }}/dist
269
- -
270
- name: Install matplotlib dependencies
271
- run: |
272
- apt-get update
273
- apt-get install -y gcc g++ make
274
- apt-get install -y pkg-config libfreetype6-dev libpng12-dev
275
- if: matrix.arch == 'x86' && matrix.python-version == '3.5'
276
-
277
name: Install numpy from source
278
run: |
0 commit comments