Commit 1b8edce
committed
fix(ci): remove broken requirements-lock.txt dependency installation
The requirements-lock.txt was generated with non-existent Python 3.14 and
contains fictitious package versions (e.g., numpy 2.3.5, torch 2.9.1) that
don't exist on PyPI.
For a syntax check job, installing heavy ML dependencies is unnecessary.
The compileall module only needs Python standard library to verify syntax.
This change:
- Removes pip install step from Python syntax check job
- Removes pip caching (not needed without pip install)
- Keeps only the byte-compile syntax verification step1 parent ccf5a6c commit 1b8edce
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | 88 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 89 | + | |
| 90 | + | |
0 commit comments