Commit b3987b2
committed
fix: Use uv run to execute tests in CI/CD workflow
The tests were failing because uv sync creates a virtual environment
but the test command was using the system Python. Using 'uv run'
ensures the tests run in the correct virtual environment with all
dependencies installed.1 parent e62328f commit b3987b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
0 commit comments