Commit 6f432c2
ci: run tests from the .venv, not the bare setup-python interpreter
Setting UV_PYTHON on the test step pointed 'uv run --no-project pytest'
at the setup-python interpreter, which has no pytest installed, causing
'Failed to spawn: pytest'. UV_PYTHON is only needed in the install step
to build the .venv with the right interpreter; the test step must use
that .venv. Drop UV_PYTHON from the test step.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9c18f90 commit 6f432c2
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
0 commit comments