Skip to content

Commit

Permalink
Specify all tox targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jul 18, 2022
1 parent fe53426 commit 822f66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Run tests
env:
TOXENV: ${{ matrix.python }}
run: tox -e py${TOXENV//.}
PYTHON_VERSION: ${{ matrix.python }}
run: tox -e $(tox -l | grep ${PYTHON_VERSION//.} | paste -sd "," -)

- name: Check for incompatibilities with publishing to PyPi
if: ${{ matrix.python == 3.8 }}
Expand Down

0 comments on commit 822f66d

Please sign in to comment.