We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c6ca6 commit aa3cd65Copy full SHA for aa3cd65
.github/workflows/lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: astral-sh/setup-uv@v7
27
28
- name: Install the project
29
- run: uv sync --locked --all-extras --dev
+ run: uv sync --all-extras --dev
30
31
- name: Run pre-commit hooks
32
uses: pre-commit/action@v3.0.1
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
33
34
- name: Run tests
35
run: uv run pytest tests
0 commit comments