Commit b967d5e
committed
fix: Simplify CI matrix and add debugging for Ubuntu failures
- Downgrade actions/setup-python from v5 to v4 for stability
- Add pip caching to improve performance
- Simplify Python matrix to only 3.12 and 3.13 (most stable)
- Add pip --version check and verbose dependency installation logging
- Reduce CI matrix from 9 jobs to 6 jobs for faster debugging
This should resolve Ubuntu CI failures and provide better
error visibility for any remaining issues.1 parent bc0a781 commit b967d5e
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments