Skip to content

Commit

Permalink
Update python_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 authored May 15, 2024
1 parent bcc8ab4 commit 5551885
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install gcc and fftw
- name: Unlink gcc
run: |
brew unlink gcc
continue-on-error: true

- name: Install gcc@13 and fftw
run: |
brew install gcc@13 fftw
cp make.inc.macosx_gcc-12 make.inc
echo "FC=gfortran-13" >> make.inc
Expand Down

0 comments on commit 5551885

Please sign in to comment.