Skip to content

Commit

Permalink
apt update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 7, 2021
1 parent 817b613 commit c04731c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Prepare LaTeX env
run: |
sudo apt update
sudo apt install \
texlive-latex-recommended texlive-latex-extra \
texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: apt
run: sudo apt install openmpi-bin libopenmpi-dev
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev
- name: pip
run: |
Expand Down

0 comments on commit c04731c

Please sign in to comment.