Skip to content

Commit

Permalink
CI: Add apt update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 18, 2024
1 parent 7aeb3eb commit 5c6c195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# - 2.10.1
# 2.11 has minor breaking change, fixing some quirks in 2.10
# - 2.11.0.4
- 2.11.4
# - 2.11.4
# - 2.12
- latest
include:
Expand All @@ -60,7 +60,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install examples' dependencies
run: sudo apt install abcm2ps graphviz graphviz-dev texlive-full
run: sudo apt update && sudo apt install abcm2ps graphviz graphviz-dev texlive-full
- name: Install dependencies—pip
# pygraphviz for graphviz.py
run: |
Expand Down

0 comments on commit 5c6c195

Please sign in to comment.