Skip to content

Commit

Permalink
ci(test,actions): Try an alias instead
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 4, 2024
1 parent 7aeb668 commit a5ba31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Add fortran compiler (gfortran) for scipy
run: |
if [[ "$RUNNER_OS" == "macOS" ]]; then
export gfortran=gfortran-14
alias gfortran=gfortran-14
gfortran -V
fi
Expand Down

0 comments on commit a5ba31f

Please sign in to comment.