Skip to content

Commit fc280f6

Browse files
committed
Add missing step to setup uv project in Github Actions
1 parent c2b2c84 commit fc280f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7
2525

26+
- name: Install the project
27+
run: uv sync --locked --all-extras --dev
28+
2629
- name: Setup dummy SECRET file
2730
run: |
2831
touch SECRETS.py

0 commit comments

Comments
 (0)