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 b3d3a1c commit 1beae05Copy full SHA for 1beae05
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
uv venv
32
uv pip install --upgrade pip
33
- uv pip install -r pyproject.toml --all-extras
+ uv pip install -e ".[dev]"
34
uv sync
35
36
- name: Run tests with pytest
0 commit comments