Skip to content

Commit

Permalink
Only install requirements for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 29, 2023
1 parent 782c691 commit a88e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: make basler ARGS="-ci"
- name: Install packages via rosdep
run: |
pip install -r requirements/dev.txt
rosdep update
sudo apt install -y libunwind-dev
# Small hack to make rosdep install all dependencies at once
Expand All @@ -40,6 +39,7 @@ jobs:
working-directory: /colcon_ws
- name: Test packages
run: |
pip install syrupy pytest-mock
. /opt/ros/iron/setup.sh
. /colcon_ws/install/setup.sh
colcon test --packages-ignore pylon_ros2_camera_component
Expand Down

0 comments on commit a88e042

Please sign in to comment.