Skip to content

Commit b927205

Browse files
committed
GHA: Call uv run with --frozen
1 parent 7259ca2 commit b927205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: Run tests
4444
run: |
45-
uv run pytest -vv
45+
uv run --frozen pytest -vv

0 commit comments

Comments
 (0)