Commit 716268b
committed
Use uv run --no-sync in GitHub Actions
Add --no-sync flag to uv run commands to prevent reinstalling
editable workspace packages after installing built wheel artifacts.
This ensures tests run against the actual built distributions
rather than the editable workspace versions.
Updated:
- python-tests.yml: uv run --no-sync pytest
- api-check.yml: uv run --no-sync python1 parent 4b1feba commit 716268b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments