Commit 9650501
authored
ci: pin pyarrow <25 to unblock CI (#841)
* ci: pin torch <2.13 to unblock CI
torch 2.13.0 (released after 2026-07-02) causes the 'Run processing tests
sequentially' step to hang in test_optimize_race_condition — macOS jobs hit
the 1h timeout, Linux jobs get killed. The last green main run (2026-07-02)
used torch 2.12.1; every run since resolves the unpinned torch to 2.13 and
fails. Pin as a stopgap while the hang is root-caused.
* ci: pin pyarrow <25 to unblock CI (parquet segfault regression)1 parent 5201360 commit 9650501
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments