diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3c8c16c..ffa4a21 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -24,4 +24,4 @@ jobs: pip install . - name: Run pytest run: | - pytest \ No newline at end of file + python -m pytest \ No newline at end of file