Skip to content

Commit 50341e0

Browse files
committed
fix
1 parent 78a0844 commit 50341e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: astral-sh/setup-uv@v3
4646
- run: uv python install 3.13
4747
- run: |
48-
uv sync --all-extras --frozen --no-install-project
48+
uv sync --all-extras --no-install-project
4949
uv run --no-sync pytest . --cov=. --cov-report xml
5050
env:
5151
PYTHONDONTWRITEBYTECODE: 1

0 commit comments

Comments
 (0)