From dd5ef360e85a8afae8ce072f3f2bcd9da32b8b13 Mon Sep 17 00:00:00 2001 From: Honglei Date: Mon, 19 Jul 2021 23:51:16 +0800 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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