Skip to content

Commit

Permalink
Add py prefix to toxenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jul 18, 2022
1 parent 822f66d commit d7314b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
env:
PYTHON_VERSION: ${{ matrix.python }}
run: tox -e $(tox -l | grep ${PYTHON_VERSION//.} | paste -sd "," -)
run: tox -e $(tox -l | grep py${PYTHON_VERSION//.} | paste -sd "," -)

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

0 comments on commit d7314b6

Please sign in to comment.