Skip to content

Commit 8a61267

Browse files
committed
Sync --locked for CI
1 parent 80b3642 commit 8a61267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache-dependency-glob: "**/pyproject.toml"
4646

4747
- name: Install the project and deps
48-
run: uv sync --dev
48+
run: uv sync --dev --locked
4949

5050
- name: Run tests
5151
run: uv run pytest --junit-xml=junit.xml

0 commit comments

Comments
 (0)