Skip to content

Commit

Permalink
migrate to tox run comand
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Aug 17, 2024
1 parent 120850f commit ff5120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ jobs:
- name: Test without coverage
if: "! matrix.use_coverage"
run: "tox -e ${{ matrix.tox_env }} --installpkg dist/*.whl"
run: "tox run -e ${{ matrix.tox_env }} --installpkg dist/*.whl"

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

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

0 comments on commit ff5120e

Please sign in to comment.