Skip to content

Commit

Permalink
BUG: reinstall fortran on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Feb 27, 2023
1 parent 62a9803 commit 27b4470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Reinstall fortran on MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew reinstall gcc

- name: Install requirements for testing setup
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 27b4470

Please sign in to comment.