Skip to content

Commit

Permalink
fixup! Replace tox with tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 26, 2024
1 parent 2107ff4 commit 695581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: hynek/setup-cached-uv@v2

- name: Lint
run: uvx --with tox-uv tox -e lint --python python3.13
run: uvx --python python3.13 --with tox-uv tox -e lint
env:
PRE_COMMIT_COLOR: always

Expand Down

0 comments on commit 695581b

Please sign in to comment.