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 e93257d commit 3bb168e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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

0 comments on commit 3bb168e

Please sign in to comment.