Commit d1b8d82
Fix Windows numpy build; allow 3.15 test failures
- Skip musllinux and win32 when building numpy (CIBW_BUILD=cp315-*
matches both win32 and win_amd64; numpy has no pyproject.toml
constraint after we strip its cibuildwheel config)
- Mark 3.15/3.15t test jobs as continue-on-error so they don't block
CI (3.15t segfaults on CPython beta, rlcompleter test changed behavior)
- Skip test_opt_out_env_var_disables_patch_even_when_interactive on
Python 3.15 (upstream fixed the rlcompleter bug this test relied on)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2f7a05b commit d1b8d82
4 files changed
Lines changed: 4 additions & 1 deletion
File tree
- .github/workflows
- cuda_core/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments