diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 54f2a48..937218d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -34,7 +34,7 @@ jobs: - name: Install Tox run: python -m pip install tox tox-gh-actions coverage - name: Run Tox - run: tox + run: tox run - name: Convert coverage run: python -m coverage xml - name: Upload coverage to Codecov