diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13641051..3c1483d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Install tox - run: pip install tox + run: pip install tox tox-gh-actions - name: Run tests run: tox -e ${{ matrix.python }} timeout-minutes: 5