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

Skip to content

Commit 0a6565b

Browse files
committed
Remove temporary apt sources fix in CI
1 parent 63a3f88 commit 0a6565b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ 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
230226
-
231227
name: Install auditwheel
232228
run: |
@@ -272,10 +268,6 @@ jobs:
272268
with:
273269
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
274270
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
279271
-
280272
name: Install numpy from source
281273
run: |

0 commit comments

Comments
 (0)