diff --git a/build/action.yml b/build/action.yml index 6e2d3b5..076cd5d 100644 --- a/build/action.yml +++ b/build/action.yml @@ -67,7 +67,7 @@ runs: run: | if [[ -d tests ]]; then pip install pytest - pytest + python -m pytest # This syntax adds the library to the path fi - name: Add the given package filename_prefix id: package-prefix-arg