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 63a3f88 commit 0a6565bCopy full SHA for 0a6565b
.github/workflows/basemap-for-manylinux.yml
@@ -223,10 +223,6 @@ jobs:
223
with:
224
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
225
path: ${{ env.PKGDIR }}/dist
226
- -
227
- name: Fix APT sources
228
- run: |
229
- sed -i 's|deb\.debian\.org|archive\.debian\.org|g' /etc/apt/sources.list
230
-
231
name: Install auditwheel
232
run: |
@@ -272,10 +268,6 @@ jobs:
272
268
273
269
274
270
275
276
277
278
279
271
280
name: Install numpy from source
281
0 commit comments