Commit 3c72863
committed
fix(ci): exclude PyTorch dependencies entirely to prevent segfault
- Install all extras except nlp-advanced to avoid PyTorch/GLiNER
- This prevents segmentation fault during Python cleanup in CI
- Tests show 179 passed but process crashes during cleanup
- GLiNER functionality will be tested locally and in dedicated workflows1 parent 52f327f commit 3c72863
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments