We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b68e commit 7b1564bCopy full SHA for 7b1564b
.github/workflows/_tox.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: astral-sh/setup-uv@v7
20
21
- name: Run import linter
22
- run: uv run lint-imports
+ run: uv run --locked lint-imports
23
24
- name: Run tox
25
run: uv run --locked tox -e ${{ inputs.tox }}
0 commit comments