Commit 312a8be
Fix CI: use py_compile instead of import checks
The training script runs top-level code on import (loads CSV),
which fails in CI where data files are not present. Switch to
py_compile syntax checks which validate code without executing it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a0c27f8 commit 312a8be
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments