Skip to content

Commit 2a331d0

Browse files
committed
remove openmp install
1 parent ce33266 commit 2a331d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
- name: Install the library
5858
run: pip install uv && uv pip install --system ".[dev]"
5959

60-
- name: Install OpenMP
61-
if: startsWith(matrix.os, 'macos')
62-
run: brew install libomp
63-
6460
- name: Run local tests
6561
run: nbdev_test --n_workers 0 --do_print --timing --skip_file_re "(distributed|electricity)" --flags 'polars'
6662

0 commit comments

Comments
 (0)