Commit b8ffaeb
committed
Enforce compiled inpoly kernel in CI tox runs
Add a tox gate to fail when the compiled point_in_polygon kernel is unavailable if OCEANMESH_REQUIRE_INPOLY_ACCEL=1 is set (prints interpreter + compiled status first).
Set OCEANMESH_REQUIRE_INPOLY_ACCEL=1 and OCEANMESH_INPOLY_ACCEL_DEBUG=1 for the Ubuntu tox_tests matrix job so CI won’t silently fall back to the slow Python implementation.1 parent a6f7203 commit b8ffaeb
File tree
3 files changed
+208
-159
lines changed- .github/workflows
- oceanmesh/geometry
3 files changed
+208
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
13 | 53 | | |
14 | 54 | | |
15 | 55 | | |
| |||
0 commit comments