Skip to content

Commit 4f72958

Browse files
committed
debug CI build
1 parent bb6e843 commit 4f72958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
- name: Install OpenMP
1919
if: ${{ matrix.os }} == 'macos-14'
20-
run: brew install libomp
20+
run: |
21+
echo "Operating System: ${{ matrix.os }}"
22+
brew install libomp
2123
2224
- name: Build wheels
2325
uses: pypa/cibuildwheel@v2.23.2

0 commit comments

Comments
 (0)