Skip to content

Commit e193dc4

Browse files
committed
setup project in workflow
1 parent c21ef5f commit e193dc4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
enable-cache: true
3232

33+
- name: Setup project
34+
run: uv sync --locked --all-extras --dev
35+
3336
- name: Run tests
3437
run: uv run pytest --junit-xml=pytest.xml
3538
env:

0 commit comments

Comments
 (0)