diff --git a/.github/workflows/tox_pytests.yml b/.github/workflows/tox_pytests.yml index 82f7b84..f519870 100644 --- a/.github/workflows/tox_pytests.yml +++ b/.github/workflows/tox_pytests.yml @@ -12,7 +12,7 @@ on: - cron: "0 5 * * 6" # 5:00 UTC every Saturday jobs: - build: + pytest: runs-on: ubuntu-latest strategy: matrix: @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install tox, tox-gh-actions + python -m pip install tox tox-gh-actions - name: Test with tox run: tox