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