standalone_install: Use proper Python for pytest

This commit is contained in:
Alexey Rogachevskiy
2020-09-10 12:43:31 +03:00
parent 617ae0dcdd
commit 5b970d5197

View File

@@ -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