Skip to content

Commit 5783db3

Browse files
committed
Fixes PyPy build
1 parent 7881b26 commit 5783db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: (matrix.os == 'macos-13') || (matrix.os == 'macos-14')
101101
run: |
102102
# Symlink the correct gfortran compiler
103-
ln -s $HOMEBREW_PREFIX/bin/gfortran-13 $HOMEBREW_PREFIX/bin/gfortran
103+
ln -s $(brew --prefix)/bin/gfortran-13 $(brew --prefix)/bin/gfortran
104104
# Install OMP libraries
105105
brew install libomp
106106
# Link environments to env for later us with cibuildwheel

0 commit comments

Comments
 (0)