Skip to content

Commit f4351ee

Browse files
committed
Actually install the GSL on Mac ARM
1 parent 01c47f0 commit f4351ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- name: Install GSL (Windows / Mac OS x86_64)
4343
uses: mamba-org/setup-micromamba@v1
44-
if: matrix.buildplat[1] == 'win' || ( matrix.buildplat[1] == 'macosx' && matrix.buildplat[2] == 'x86_64' )
44+
if: matrix.buildplat[1] == 'win' || matrix.buildplat[1] == 'macosx'
4545
with:
4646
environment-name: gsl
4747
condarc: |

0 commit comments

Comments
 (0)