Skip to content

Commit

Permalink
fix(ci): add 'apt-get update' to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Dec 7, 2023
1 parent e8bbf56 commit f62802c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install -y libopenmpi-dev openmpi-bin libhdf5-serial-dev
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:

- name: Install apt dependencies
run: |
sudo apt-get update
sudo apt-get install -y libopenmpi-dev openmpi-bin libhdf5-serial-dev
- name: Set up Python 3.10
Expand Down

0 comments on commit f62802c

Please sign in to comment.