Skip to content

Commit 7b1564b

Browse files
committed
Fix
1 parent 7c7b68e commit 7b1564b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020

2121
- name: Run import linter
22-
run: uv run lint-imports
22+
run: uv run --locked lint-imports
2323

2424
- name: Run tox
2525
run: uv run --locked tox -e ${{ inputs.tox }}

0 commit comments

Comments
 (0)