Commit 38df383
ci: fix --precision flag and remove Python 3.14 step in github job
--${{ matrix.precision }} expands to bare '--' when precision is empty,
which is parsed as an argument separator. Restore the PRECISION env var
approach so empty precision is correctly omitted.
Remove the manual 'Set up Python 3.14' step; the lint-gate job already
pins Python 3.12 via setup-python and the github runners use the
system default for the build/test steps.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0819b0e commit 38df383
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 140 | | |
146 | 141 | | |
147 | | - | |
| 142 | + | |
148 | 143 | | |
149 | 144 | | |
| 145 | + | |
150 | 146 | | |
151 | 147 | | |
152 | 148 | | |
| |||
0 commit comments