Skip to content

Commit b5b3481

Browse files
Explicitly run uv sync in copilot setup steps
1 parent 9d709b2 commit b5b3481

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
with:
2525
version: "latest"
2626
enable-cache: true
27+
28+
- name: Setup dependencies
29+
run: uv sync

0 commit comments

Comments
 (0)