8000 CI,TST: Fix meson tests needing gfortran [wheel build] · numpy/numpy@ddc3d5a · GitHub
[go: up one dir, main page]

Skip to content

Commit ddc3d5a

Browse files
committed
CI,TST: Fix meson tests needing gfortran [wheel build]
1 parent 7687245 commit ddc3d5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
- name: Setup macOS
131131
if: matrix.buildplat[0] == 'macos-13' || matrix.buildplat[0] == 'macos-14'
132132
run: |
133+
echo "FC=gfortran-10" >> "$GITHUB_ENV"
134+
echo "F77=gfortran-10" >> "$GITHUB_ENV"
135+
echo "F90=gfortran-10" >> "$GITHUB_ENV"
133136
if [[ ${{ matrix.buildplat[2] }} == 'accelerate' ]]; then
134137
# macosx_arm64 and macosx_x86_64 with accelerate
135138
# only target Sonoma onwards

0 commit comments

Comments
 (0)
0