Commit 9c18f90
committed
ci: set UV_PYTHON so uv sync keeps the free-threaded interpreter
Pinning only 'uv venv --python' was not enough: 'uv sync' ignores the
existing .venv, runs its own interpreter discovery, and recreated the
venv with the system 3.12, again mismatching the cp313t wheel. Set
UV_PYTHON to the setup-python interpreter for the install and test
steps so every uv command (venv, sync, pip, run) uses it.1 parent 067ca45 commit 9c18f90
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
82 | 88 | | |
83 | 89 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
0 commit comments