diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 98eb5207..b0220e72 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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 }}