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 e2fb708 commit 00d593eCopy full SHA for 00d593e
1 file changed
.github/workflows/test.yml
@@ -90,7 +90,10 @@ jobs:
90
run: poetry config virtualenvs.in-project true
91
92
- 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
95
run: |
96
+ sudo rm /etc/apt/sources.list.d/microsoft-prod.list | true
97
sudo apt-get update
98
sudo apt install -y --no-install-recommends gdal-bin gettext
99
0 commit comments