Skip to content

Commit

Permalink
Try brew installing gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 258f2c4 commit 647baba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ jobs:
python -m pip install pytest-isolate pytest-xdist
pip install 'build<0.10.0'
- uses: Dup4/actions-setup-gcc@v1
with:
version: latest
- name: Install gfortran
run: brew install --cask gfortran
# - uses: Dup4/actions-setup-gcc@v1
# with:
# version: latest

- name: Build wheels
run: python -m build
Expand Down

0 comments on commit 647baba

Please sign in to comment.