Skip to content

Commit 2dbc76e

Browse files
committed
Remove matplotlib sdist installation step
1 parent 7fcada1 commit 2dbc76e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,6 @@ jobs:
266266
with:
267267
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
268268
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'
276269
-
277270
name: Install numpy from source
278271
run: |

0 commit comments

Comments
 (0)