We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f350f9 + 5551885 commit 2633115Copy full SHA for 2633115
.github/workflows/python_wheel.yml
@@ -44,9 +44,13 @@ jobs:
44
steps:
45
- uses: actions/checkout@v4
46
47
- - name: Install gcc and fftw
+ - name: Unlink gcc
48
run: |
49
brew unlink gcc
50
+ continue-on-error: true
51
+
52
+ - name: Install gcc@13 and fftw
53
+ run: |
54
brew install gcc@13 fftw
55
cp make.inc.macosx_gcc-12 make.inc
56
echo "FC=gfortran-13" >> make.inc
0 commit comments