Skip to content

Commit d131546

Browse files
author
Benedikt Ehinger
committed
uv lock?
1 parent af5c20e commit d131546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: uv python install
2222

2323
- name: Install dependencies with uv
24-
run: uv sync --locked --all-extras --dev
24+
run: uv sync --all-extras --dev
2525

2626
- name: Run tests with uv
2727
run: uv run pytest

0 commit comments

Comments
 (0)