Skip to content

Commit 3b46146

Browse files
committed
modifying uv installation
1 parent f4d7241 commit 3b46146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# ---------- reproduce locked env --------------------------------------
2929
- name: Sync project dependencies from uv.lock
3030
run: |
31-
uv sync --all-extras
31+
uv sync --system --all-extras
3232
3333
# ---------- run test suite -----------------------------------
3434
- name: Run tests and generate coverage report

0 commit comments

Comments
 (0)