Skip to content

Commit

Permalink
Outputs gfortran path
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent ecd4313 commit ff2f352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python -m pip install pytest-isolate pytest-xdist
pip install 'build<0.10.0'
- name: Find path to M1 gfortran
run: which gfortran

- name: Symlink gfortran for macOS
if: runner.os == 'macOS'
Expand All @@ -36,6 +38,7 @@ jobs:
ln -s /usr/local/bin/gfortran-13 /usr/local/bin/gfortran
gfortran --version
- name: Build wheels
run: python -m build

Expand Down

0 comments on commit ff2f352

Please sign in to comment.