Skip to content

Commit

Permalink
Use uvx for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 5, 2024
1 parent 466f502 commit 71e9981
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
cache: pip
- uses: pre-commit/[email protected]

- name: Install dependencies
run: |
python3 -m pip install -U tox
mypy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install uv
uses: hynek/setup-cached-uv@v2
- name: Mypy
run: tox -e mypy
run: uvx --with tox-uv tox -e mypy

0 comments on commit 71e9981

Please sign in to comment.