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 af5c20e commit d131546Copy full SHA for d131546
.github/workflows/pytest.yml
@@ -21,7 +21,7 @@ jobs:
21
run: uv python install
22
23
- name: Install dependencies with uv
24
- run: uv sync --locked --all-extras --dev
+ run: uv sync --all-extras --dev
25
26
- name: Run tests with uv
27
run: uv run pytest
0 commit comments