Skip to content

Commit

Permalink
add sudo apt update to docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Oct 3, 2022
1 parent 61f1158 commit 4ae321f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-docs2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt update
sudo apt install texlive-latex-extra dvipng
sudo pip3 install -U setuptools
sudo pip3 install -U -r docs2/requirements.txt
Expand Down

0 comments on commit 4ae321f

Please sign in to comment.