We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dbd1a commit ab41377Copy full SHA for ab41377
.github/workflows/tox.yml
@@ -168,9 +168,11 @@ jobs:
168
- uses: actions/checkout@v4
169
- name: Install the latest version of uv
170
uses: astral-sh/setup-uv@v4
171
+ - name: Install tox
172
+ run: uv tool install tox --with=tox-uv
173
- name: Show tox config
- run: uvx tox c
174
+ run: tox c
175
- name: Show tox config (this call)
- run: uvx tox c -e ${{ matrix.check }}
176
+ run: tox c -e ${{ matrix.check }}
177
- name: Run check
- run: uvx tox -e ${{ matrix.check }}
178
+ run: tox -e ${{ matrix.check }}
0 commit comments