Commit adca810
committed
ci: pin uv venv to setup-python interpreter for free-threaded jobs
Passing a bare version like '3.13t' to 'uv venv --python' let uv fall
back to a different system interpreter (3.12), creating a venv whose ABI
did not match the downloaded cp313t wheel and failing the install. Use
the python-path output from setup-python so the venv uses exactly the
interpreter that was set up.1 parent 4426ee6 commit adca810
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments