Skip to content

Commit

Permalink
Fix apt repository issues for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Mar 9, 2023
1 parent 6dc54f4 commit f3e1cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies for Fedora
- name: Install dependencies for Ubuntu
run: sudo apt-get update
- name: Install dependencies for Ubuntu
run: >
DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y
Expand Down

0 comments on commit f3e1cf3

Please sign in to comment.