Skip to content

Commit

Permalink
Fix typo in testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed May 30, 2024
1 parent 37819bd commit 917886e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Update Fortran compiler information (MacOS only)
if: runner.os == 'macOS'
run: |
if: runner.os == 'macOS'
run: |
sudo ln -s /opt/homebrew/bin/gfortran-12 /opt/homebrew/bin/gfortran
export FC="/opt/homebrew/bin/gfortran"
Expand Down

0 comments on commit 917886e

Please sign in to comment.