Skip to content

Commit d997bb6

Browse files
committed
Fix missing OpenMP support with Python 3.13
1 parent f45b7a4 commit d997bb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v5
24+
- name: Install OpenMP on macOS
25+
if: contains(matrix.os, 'macos')
26+
run: brew install libomp
2427
- name: Set up Python ${{ matrix.python-version }}
2528
id: setup-python
2629
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)