diff options
Diffstat (limited to '.github/workflows/auto.yml')
-rw-r--r-- | .github/workflows/auto.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index 81b0ab0..d4c744b 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -35,4 +35,4 @@ jobs: # Run unittests - name: Run unittests - run: poetry run pytest -v + run: poetry run python3 -m pytest -v |