Skip to content

Commit

Permalink
update apt
Browse files Browse the repository at this point in the history
  • Loading branch information
luerhard committed Nov 22, 2023
1 parent 866f2f6 commit 7555dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
set-safe-directory: "*"
fetch-depth: 1
- name: install graph-tool
run: sudo apt-get install -y python3-graph-tool
run: |
sudo apt update
sudo apt-get install -y python3-graph-tool
- name: install poetry
uses: Gr1N/setup-poetry@v8
- name: Create Environment
Expand Down

0 comments on commit 7555dfc

Please sign in to comment.