Skip to content

Commit 00d593e

Browse files
committed
Fix CI failing due to misconfigured Microsoft apt repo
1 parent e2fb708 commit 00d593e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ jobs:
9090
run: poetry config virtualenvs.in-project true
9191

9292
- name: "Install additional libraries"
93+
# TODO: Remove this workaround when the issue is fixed in Microsoft repo.
94+
# https://github.com/microsoft/linux-package-repositories/issues/130
9395
run: |
96+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list | true
9497
sudo apt-get update
9598
sudo apt install -y --no-install-recommends gdal-bin gettext
9699

0 commit comments

Comments
 (0)