Skip to content

Commit 9071be6

Browse files
migrate to tox run comand
1 parent 3668822 commit 9071be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115
116116
- name: Test without coverage
117117
if: "! matrix.use_coverage"
118-
run: "tox -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
118+
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
119119

120120
- name: Test with coverage
121121
if: "matrix.use_coverage"
122-
run: "tox -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
122+
run: "tox run -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
123123

124124
- name: Upload coverage
125125
if: matrix.use_coverage && github.repository == 'pytest-dev/pluggy'

0 commit comments

Comments
 (0)