We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f72958 commit 4807ceaCopy full SHA for 4807cea
.github/workflows/build_wheels.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Install OpenMP
19
- if: ${{ matrix.os }} == 'macos-14'
+ if: ${{ matrix.os == 'macos-14' }}
20
run: |
21
echo "Operating System: ${{ matrix.os }}"
22
brew install libomp
0 commit comments