Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 18, 2024
1 parent f49ffe2 commit 63905c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Install gfortran
if: runner.os == 'macOS'
run: brew install gcc
run: |
brew install gcc
echo "FC=gfortran" >> $GITHUB_ENV
- name: Install package
run: python -m pip install .[test]
Expand Down

0 comments on commit 63905c5

Please sign in to comment.