diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f080a96..3f1071b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - name: Test with pytest run: | # pytest --cov=. - coverage run --source=${{ github.workspace }} --module=pytest + coverage run --source=${{ github.workspace }} --module pytest # env: # PLATFORM: ${{ matrix.platform }}