Skip to content

Commit cf9a41b

Browse files
committed
use python3 binary for testing to unbreak macos 13
1 parent 3416559 commit cf9a41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ if (NOT DEFINED TEST_NTHREADS)
265265
endif()
266266
endif()
267267
add_custom_target("check"
268-
COMMAND "python"
268+
COMMAND "python3"
269269
"${PROJECT_SOURCE_DIR}/tests/lit/lit.py"
270270
"-s"
271271
"${PROJECT_SOURCE_DIR}/tests"

0 commit comments

Comments
 (0)