We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c58b9c commit 5ac376dCopy full SHA for 5ac376d
2 files changed
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Setup Python
25
run: uv python install 3.13
26
27
- - name: Install dependencies
28
- run: uv pip install -e ".[dev]"
+ - name: Sync dependencies
+ run: uv sync --extra dev
29
30
- name: Run tests
31
run: uv run pytest tests/test_models.py -v
.github/workflows/test.yml
@@ -21,8 +21,8 @@ jobs:
21
22
23
0 commit comments