Skip to content

Commit

Permalink
Fix apt get ubuntu (#1533)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
PProfizi authored Apr 24, 2024
1 parent d2545d4 commit 85dcfed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ jobs:
working-directory: tests
run: python -c "from ansys.dpf import core"

- name: "Try fix apt-get"
shell: bash
run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
if: matrix.os == 'ubuntu-latest'

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
with:
Expand Down

0 comments on commit 85dcfed

Please sign in to comment.