Skip to content

Commit 194cdb4

Browse files
committed
CI: Remove unnecessary pipx call
1 parent 1850687 commit 194cdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
python -m pip install --upgrade pip
150150
python -m pip install tox tox-gh-actions
151151
- name: Show tox config
152-
run: pipx run tox c
152+
run: tox c
153153
- name: Run tox
154154
run: tox -v --exit-and-dump-after 1200
155155
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)