Skip to content

Commit ff5120e

Browse files
migrate to tox run comand
1 parent 120850f commit ff5120e

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
@@ -114,11 +114,11 @@ jobs:
114114
115115
- name: Test without coverage
116116
if: "! matrix.use_coverage"
117-
run: "tox -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
117+
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
118118

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

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

0 commit comments

Comments
 (0)