Skip to content

Commit

Permalink
Merge pull request #2723 from knorth55/diable-venv-check
Browse files Browse the repository at this point in the history
disable CHECK_VENV in catkin_virtualenv 0.6.1
  • Loading branch information
knorth55 authored Sep 9, 2020
2 parents a992247 + 6d23883 commit 2553b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/grasp_fusion/ros/grasp_fusion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ catkin_package(
)

catkin_generate_virtualenv(
CHECK_VENV FALSE
EXTRA_PIP_ARGS
-qqq # Suppress log not to exceed maximum length in travis test
--upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ catkin_package(
)

catkin_generate_virtualenv(
CHECK_VENV FALSE
EXTRA_PIP_ARGS
-qqq # Suppress log not to exceed maximum length in travis test
--upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ catkin_package(
)

catkin_generate_virtualenv(
CHECK_VENV FALSE
EXTRA_PIP_ARGS
-qqq # Suppress log not to exceed maximum length in travis test
--upgrade
Expand Down

0 comments on commit 2553b55

Please sign in to comment.