Skip to content

Commit abcd595

Browse files
committed
nolock
1 parent a6ff8aa commit abcd595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
distribution: 'temurin'
3333
java-version: '17'
3434
- name: Install all dependencies for other Python versions
35-
run: uv sync --locked --all-extras
35+
run: uv sync --all-extras
3636
- name: Run tests
3737
run: uv run pytest -s -vvvv
3838

0 commit comments

Comments
 (0)