diff --git a/.github/workflows/update-poetry-cache.yaml b/.github/workflows/update-poetry-cache.yaml index 3e92935f..53f60ba9 100644 --- a/.github/workflows/update-poetry-cache.yaml +++ b/.github/workflows/update-poetry-cache.yaml @@ -52,7 +52,7 @@ jobs: if: steps.cache-deps.outputs.cache-hit != 'true' - name: Tox - Install Dependencies - run: poetry run tox --workdir ${{ env.VENV_DIR }} --notest -e ${{ matrix.python-py-version }} check my${{ matrix.python-py-version }} + run: poetry run tox --workdir ${{ env.VENV_DIR }} --notest -e ${{ matrix.python-py-version }},check,my${{ matrix.python-py-version }} if: steps.cache-deps.outputs.cache-hit != 'true'