Skip to content

Commit

Permalink
chore(ci): Install tox-uv for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 5, 2024
1 parent 95dbd1a commit ab41377
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v4
- name: Install tox
run: uv tool install tox --with=tox-uv
- name: Show tox config
run: uvx tox c
run: tox c
- name: Show tox config (this call)
run: uvx tox c -e ${{ matrix.check }}
run: tox c -e ${{ matrix.check }}
- name: Run check
run: uvx tox -e ${{ matrix.check }}
run: tox -e ${{ matrix.check }}

0 comments on commit ab41377

Please sign in to comment.