Skip to content

Commit

Permalink
Merge branch 'develop' into sync/release
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman authored Jan 15, 2025
2 parents 590fdfe + 8b33589 commit 129ddbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo dot -c
sudo apt-get install gfortran gcc graphviz pandoc
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
- name: Install macOS system dependencies
Expand Down Expand Up @@ -100,6 +100,7 @@ jobs:
- name: Install Linux system dependencies
run: |
sudo apt-get update
sudo apt-get install graphviz pandoc
sudo apt-get install texlive-latex-extra dvipng
- name: Set up Python
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
- name: Install Linux system dependencies
run: |
sudo apt-get update
sudo apt-get install gfortran gcc graphviz pandoc
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
- name: Set up Python 3.12
Expand Down Expand Up @@ -161,6 +163,7 @@ jobs:
- name: Install Linux system dependencies
run: |
sudo apt-get update
sudo apt-get install gfortran gcc graphviz
sudo apt-get install libopenblas-dev texlive-latex-extra dvipng
- name: Set up Python 3.12
Expand Down

0 comments on commit 129ddbe

Please sign in to comment.