Skip to content

Commit

Permalink
Merge pull request #14 from fireflyautomatix/remove-python-package-in…
Browse files Browse the repository at this point in the history
…stall

remove python package install
  • Loading branch information
AaronGBoswell authored Jan 24, 2023
2 parents 54a5ab9 + 3877ec4 commit 5702da5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions formant_ros2_adapter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ find_package(rclpy REQUIRED)
install(DIRECTORY scripts/converters DESTINATION lib/${PROJECT_NAME})
install(DIRECTORY scripts/message_utils DESTINATION lib/${PROJECT_NAME})

ament_python_install_package(scripts)

execute_process (
COMMAND bash -c "python3 -m pip install -r ${CMAKE_CURRENT_SOURCE_DIR}/../requirements.txt"
)
Expand Down

0 comments on commit 5702da5

Please sign in to comment.