Skip to content

Commit

Permalink
Fix Agent and host Rolling CI (backport #486) (#488)
Browse files Browse the repository at this point in the history
* Fix Agent and host Rolling CI (#486)

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit d71ce51)

# Conflicts:
#	.github/workflows/ci.yml
#	.github/workflows/nightly.yml

* Fix

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Mar 30, 2022
1 parent fa113b1 commit cfdcc37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
apt install -y python3-colcon-metadata python3-pip
rosdep update --rosdistro $ROS_DISTRO
rosdep install -y --from-paths src --ignore-src -y
apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp
- uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -193,6 +194,7 @@ jobs:
- name: Dependencies
run: |
apt update
apt upgrade -y
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
# Install last version of CMake
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,12 @@ jobs:
- name: dependencies
run: |
apt update
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
apt install -y python3-colcon-metadata python3-pip
rosdep update --rosdistro $ROS_DISTRO
rosdep install -y --from-paths src --ignore-src -y
apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp
- uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit cfdcc37

Please sign in to comment.