Skip to content

Commit f4d7241

Browse files
committed
modifying uv installation
1 parent 3824934 commit f4d7241

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 pip install --system -r uv.lock
31+
uv sync --all-extras
3232
3333
# ---------- run test suite -----------------------------------
3434
- name: Run tests and generate coverage report

0 commit comments

Comments
 (0)