diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b69cc39..30126bd 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,7 +31,7 @@ jobs: - name: Test with pytest run: | - pytest + python -m pytest - name: Archive Pytest test report uses: actions/upload-artifact@v3