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 3fe9ad7 commit f6cbf28Copy full SHA for f6cbf28
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python }}
37
- name: Test
38
run: |
39
- tox -e ${{ matrix.tox_env }}
+ pipx run tox -e ${{ matrix.tox_env }}
40
41
deploy:
42
0 commit comments