diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac7ff616..3bd882e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,5 @@ jobs: - name: Run tests run: | - pytest tests + python -m pytest tests +