Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 5, 2024
1 parent 0d54d42 commit 0646510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0646510

Please sign in to comment.