Skip to content

Commit

Permalink
Merge pull request #124 from zacharyburnett/show_toxenv_name_in_step_…
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
ConorMacBride committed Apr 21, 2023
2 parents f7cfdfe + 88b47e1 commit bb12d54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ jobs:
run: python -m pip install --upgrade tox ${{ matrix.toxdeps }}
shell: sh

- name: Run tox
run: python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.pytest_flag }} ${{ matrix.posargs }}
- run: python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.pytest_flag }} ${{ matrix.posargs }}
shell: sh

- name: Upload to Codecov
Expand Down

0 comments on commit bb12d54

Please sign in to comment.