Skip to content

Commit

Permalink
Fix h5py CI failure. (#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Oct 31, 2023
1 parent 87b3e7c commit e3f0608
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install gfortran
run: |
sudo apt-get update
sudo apt-get install -y gfortran-12
- name: Install Fortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 13
- name: Checkout Spack
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e3f0608

Please sign in to comment.