Skip to content

Commit 0fbb8c4

Browse files
committed
ci: check openmp support
fix Simple-Robotics#356
1 parent 88aa809 commit 0fbb8c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
run: python -c "import proxsuite"
116116
env:
117117
PYTHONWARNINGS: error
118+
- name: test OpenMP
119+
run: python -c "import proxsuite; help(proxsuite.proxqp.dense.solve_in_parallel)"
118120

119121
release:
120122
needs: "test"

0 commit comments

Comments
 (0)