Skip to content

Commit 4807cea

Browse files
committed
debug CI build
1 parent 4f72958 commit 4807cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install OpenMP
19-
if: ${{ matrix.os }} == 'macos-14'
19+
if: ${{ matrix.os == 'macos-14' }}
2020
run: |
2121
echo "Operating System: ${{ matrix.os }}"
2222
brew install libomp

0 commit comments

Comments
 (0)