Skip to content

Commit 85dcfed

Browse files
authored
Fix apt get ubuntu (#1533)
* Try fix for apt-get issue with Azure repo Signed-off-by: paul.profizi <[email protected]> * Restrict to Ubuntu-latest Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
1 parent d2545d4 commit 85dcfed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ jobs:
194194
working-directory: tests
195195
run: python -c "from ansys.dpf import core"
196196

197+
- name: "Try fix apt-get"
198+
shell: bash
199+
run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
200+
if: matrix.os == 'ubuntu-latest'
201+
197202
- name: "Prepare Testing Environment"
198203
uses: ansys/pydpf-actions/[email protected]
199204
with:

0 commit comments

Comments
 (0)