Commit 6096c02
Run CI weekly on Sundays
No lockfile is committed (uv.lock is gitignored), so uv resolves
dependencies fresh on every CI run. A scheduled build therefore tests
against current upstream releases and will surface a breaking numpy or
numba version before users hit it — which matters more now that the
numpy upper bound is gone.
Also adds workflow_dispatch so the job can be triggered by hand rather
than only on the cron.
e2e tests stay excluded: they need a GPU, which GitHub-hosted runners
do not provide.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent f177fba commit 6096c02
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments