Skip to content

Commit

Permalink
Circumvent apt-get download error (#440)
Browse files Browse the repository at this point in the history
Update `apt` index files with `apt-get update` to avoid download error
in CI workflow.
  • Loading branch information
yguclu authored and max-models committed Oct 1, 2024
1 parent dd26dd5 commit a3df57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Set default MPI and HDF5 C compilers on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install --reinstall openmpi-bin libhdf5-openmpi-dev
- name: Install non-Python dependencies on macOS
Expand Down

0 comments on commit a3df57d

Please sign in to comment.