We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3668822 commit 9071be6Copy full SHA for 9071be6
.github/workflows/main.yml
@@ -115,11 +115,11 @@ jobs:
115
116
- name: Test without coverage
117
if: "! matrix.use_coverage"
118
- run: "tox -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
+ run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
119
120
- name: Test with coverage
121
if: "matrix.use_coverage"
122
- run: "tox -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
+ run: "tox run -e ${{ matrix.tox_env }}-coverage --installpkg dist/*.whl"
123
124
- name: Upload coverage
125
if: matrix.use_coverage && github.repository == 'pytest-dev/pluggy'
0 commit comments