Skip to content

Commit

Permalink
Check f90-nml install
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Nov 15, 2024
1 parent 7c0f9e1 commit 40e96c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvidia_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
run: |
which pip
pip install f90nml
python3 -c "import f90nml"
- name: Check f90nml
run: python3 -c "import f90nml"

- name: Check for nvfortran
run: |
Expand Down

0 comments on commit 40e96c2

Please sign in to comment.