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 78a0844 commit 50341e0Copy full SHA for 50341e0
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: astral-sh/setup-uv@v3
46
- run: uv python install 3.13
47
- run: |
48
- uv sync --all-extras --frozen --no-install-project
+ uv sync --all-extras --no-install-project
49
uv run --no-sync pytest . --cov=. --cov-report xml
50
env:
51
PYTHONDONTWRITEBYTECODE: 1
0 commit comments