Skip to content

Commit

Permalink
Added step names
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Dec 14, 2021
1 parent 9b8f8f1 commit bf1db04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
run: |
python -m pip install poetry tox
- name: Run tox env pytest
- name: Run tox env pytest on Linux, macOS
run: |
tox -e py${{ join(matrix.python-version, '') }}
if: runner.os == 'Linux' || runner.os == 'macOS'

# set the shell for Windows so env var expansion works in tox and subprocesses
- name: Run tox env pytest
- name: Run tox env pytest on Windows
run: |
tox -e py${{ join(matrix.python-version, '') }}
shell: cmd
Expand Down

0 comments on commit bf1db04

Please sign in to comment.