Update tests.yml

This commit is contained in:
Honglei 2021-07-19 23:51:16 +08:00 committed by GitHub
parent ecf6463393
commit dd5ef360e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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