From b2306537aa0685809ecec5a1a0369b940f9d7016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 9 Oct 2022 19:44:49 +0000 Subject: [PATCH] is this supposed to fail? --- tests/unit/modules/motion/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/modules/motion/CMakeLists.txt b/tests/unit/modules/motion/CMakeLists.txt index 025dd22..5453640 100644 --- a/tests/unit/modules/motion/CMakeLists.txt +++ b/tests/unit/modules/motion/CMakeLists.txt @@ -24,7 +24,7 @@ add_test(NAME motion::rampgen COMMAND rampgen ramp_data.txt) add_dependencies(tests rampgen) execute_process( - COMMAND "${Python3_EXECUTABLE}" -c "import pandas" + COMMAND python3 -c "import pandas" RESULT_VARIABLE PANDAS_INSTALLED OUTPUT_QUIET ERROR_QUIET )