diff --git a/scripts/run-python-tests.sh b/scripts/run-python-tests.sh index aed1fa7ad8..49fdee1875 100755 --- a/scripts/run-python-tests.sh +++ b/scripts/run-python-tests.sh @@ -14,7 +14,7 @@ fi cd "${amici_path}"/python/tests source "${amici_path}"/venv/bin/activate -find python/ -name '_amici.cpy*' -exec ldd {} \; +find "${amici_path}"/python -name '_amici.cpy*' -exec ldd {} \; # PEtab tests are run separately python -m pytest -s \