Skip to content

Commit

Permalink
Add comment to describe behavior of running tox -e py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdakran committed Jan 28, 2022
1 parent e443f7b commit 00816f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: python -m pip install --upgrade setuptools pip tox virtualenv
# Run tox only for the installed py version on the runner as outlined in the python matrix
# Ensures the correct py version is installed and tested as opposed to 'tox' which attempts to run for all py versions in tox.ini
- run: tox -e py
- run: tox -e mypy

0 comments on commit 00816f9

Please sign in to comment.