Skip to content

Commit c16c18a

Browse files
committed
Force tests to use python3.10
1 parent 0b296bb commit c16c18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_catkin_virtualenv/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(test_catkin_virtualenv)
44
find_package(catkin REQUIRED COMPONENTS catkin_virtualenv)
55

66
catkin_generate_virtualenv(
7+
PYTHON_INTERPRETER python3.10
78
INPUT_REQUIREMENTS requirements.in
89
)
910

0 commit comments

Comments
 (0)