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 783a7c8 commit 3c72842Copy full SHA for 3c72842
.github/workflows/basemap-for-manylinux.yml
@@ -223,6 +223,10 @@ 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: |
@@ -268,6 +272,10 @@ jobs:
268
272
269
273
270
274
275
276
277
278
271
279
280
name: Install numpy from source
281
0 commit comments