Skip to content

Commit

Permalink
Fixes syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2025
1 parent 7ad6ac9 commit 307e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
fi
- name: Set up macOS-specific paths and libraries
if: ${{ (((matrix.os == 'macos-13') || (matrix.os == 'macos-14')) && (! contains(env.spec_tags, '@nowheel')) }}
if: ${{ ((matrix.os == 'macos-13') || (matrix.os == 'macos-14')) && (! contains(env.spec_tags, '@nowheel')) }}
run: |
# Symlink the correct gfortran compiler
ln -s $(brew --prefix)/bin/gfortran-13 $(brew --prefix)/bin/gfortran
Expand Down

0 comments on commit 307e29f

Please sign in to comment.