diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1151780..bd0c105 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tests - run: pytest tests + run: python -m pytest tests