Skip to content

Commit f6cbf28

Browse files
try to use pipx tox
1 parent 3fe9ad7 commit f6cbf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python }}
3737
- name: Test
3838
run: |
39-
tox -e ${{ matrix.tox_env }}
39+
pipx run tox -e ${{ matrix.tox_env }}
4040
4141
deploy:
4242

0 commit comments

Comments
 (0)