Skip to content

Commit b168339

Browse files
authored
Update test.yaml
1 parent a64574c commit b168339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
python-version: "${{ matrix.python-version }}"
2525
- name: Install the project
26-
run: uv sync --all-extras --dev
26+
run: uv sync --frozen --all-extras --dev
2727
- name: Run tests
2828
run: uv run python -m unittest

0 commit comments

Comments
 (0)