diff --git a/ci/run_pytests.sh b/ci/run_pytests.sh index 61be7306b..f0e3e34bc 100755 --- a/ci/run_pytests.sh +++ b/ci/run_pytests.sh @@ -4,6 +4,6 @@ set -euo pipefail # Support invoking run_pytests.sh outside the script directory -cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../ +cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/pylibwholegraph/pylibwholegraph/ -pytest --cache-clear --forked "$@" "$(python -c 'import os; import pylibwholegraph; print(os.path.dirname(pylibwholegraph.__file__))')/tests" +pytest --cache-clear --forked "$@" tests