Skip to content

Commit ad7e43b

Browse files
committed
retry other way of installing gfortran on mac
1 parent 1150853 commit ad7e43b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,7 @@ jobs:
109109
# install fortran compiler needed by dustpy
110110
- if: startsWith(matrix.platform, 'macos-')
111111
run: |
112-
brew reinstall gcc
113-
- if: startsWith(matrix.platform, 'windows-')
114-
uses: msys2/setup-msys2@v2
115-
with:
116-
msystem: MINGW64
117-
update: false
118-
install: >-
119-
mingw-w64-x86_64-gcc-fortran
112+
brew install gfortran
120113
121114
- run: |
122115
temp=`find dist/ -name "*cp313*.whl"`

0 commit comments

Comments
 (0)