Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jul 3, 2024
1 parent c000f62 commit 4b552cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
# Done to avoid permssion errors in the ros-industrial ci.
DOCKER_RUN_OPTS: -u root
ROS_REPO: ${{ matrix.ROS_REPO }}
# Install missing libxcb-cursor0 xvfb for PyQt unit testing
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html
ADDITIONAL_DEBS: 'libxcb-cursor0 xvfb'
# Crazy one liner for install python dependencies
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'pip install --upgrade pip && pip install /root/target_ws/src/rov-25 --user && rm -r /root/target_ws/src/rov-25/build'
# Used for running our CI but don't necessarily want to run others failing unit tests (ej. ament_pep257)
Expand All @@ -65,9 +62,6 @@ jobs:
# Done to avoid permssion errors in the ros-industrial ci.
# DOCKER_RUN_OPTS: -u root
ROS_REPO: ${{ matrix.ROS_REPO }}
# Install missing libxcb-cursor0 xvfb for PyQt unit testing
# https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html
ADDITIONAL_DEBS: 'libxcb-cursor0 xvfb'
# Crazy one liner for install python dependencies
AFTER_INSTALL_TARGET_DEPENDENCIES_EMBED: 'pip install --upgrade pip && pip install /root/target_ws/src/rov-25 --user && rm -r /root/target_ws/src/rov-25/build'
# Used for running our CI but don't necessarily want to run others failing unit tests (ej. ament_pep257)
Expand Down
3 changes: 3 additions & 0 deletions src/surface/gui/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>

<!-- For CI gui-less testing -->
<test_depend>xvfb</test_depend>

<exec_depend>ros2launch</exec_depend>
<exec_depend>ros2run</exec_depend>
<exec_depend>rov_msgs</exec_depend>
Expand Down

0 comments on commit 4b552cf

Please sign in to comment.