From 363f17555dc9cc96e3d62c7a1530b6d6b01b85b2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 27 Mar 2021 15:16:43 +0000 Subject: Attempt to debug failing test --- .github/scripts/test_p2r.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/test_p2r.sh b/.github/scripts/test_p2r.sh index 5236c74..b501be0 100755 --- a/.github/scripts/test_p2r.sh +++ b/.github/scripts/test_p2r.sh @@ -55,6 +55,10 @@ echo -e "Run pre-commit" pre-commit run --all-files --show-diff-on-failure +echo -e "Check if ReadabiliPy was installed with Node support" + +python -c 'from readabilipy.simple_json import have_node; print(f"Have node: {have_node()}")' + echo -e "Run unit tests" green -vv -a ./tests -- cgit v1.2.3