From 5b970d51970cfa6f46e5c0b34acb7889d36b89c8 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Thu, 10 Sep 2020 12:43:31 +0300 Subject: [PATCH] standalone_install: Use proper Python for pytest --- builder/standalone-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/standalone-install.sh b/builder/standalone-install.sh index b4ac195a..08aef8d5 100755 --- a/builder/standalone-install.sh +++ b/builder/standalone-install.sh @@ -56,7 +56,7 @@ cd /root/catkin_ws catkin_make # Step 4: Run tests -pip install --upgrade pytest +${PYTHON} -m pip install --upgrade pytest cd /root/catkin_ws source devel/setup.bash catkin_make run_tests && catkin_test_results