Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c72842

Browse files
committed
Add temporary fix for apt repositories in manylinux workflow
1 parent 783a7c8 commit 3c72842

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ jobs:
223223
with:
224224
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
225225
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
226230
-
227231
name: Install auditwheel
228232
run: |
@@ -268,6 +272,10 @@ jobs:
268272
with:
269273
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
270274
path: ${{ env.PKGDIR }}/dist
275+
-
276+
name: Fix APT sources
277+
run: |
278+
sed -i 's|deb\.debian\.org|archive\.debian\.org|g' /etc/apt/sources.list
271279
-
272280
name: Install numpy from source
273281
run: |

0 commit comments

Comments
 (0)