Skip to content

Commit

Permalink
chore: update test_ros2_humble.yml to use stable Webots release version
Browse files Browse the repository at this point in the history
  • Loading branch information
skpawar1305 committed Jul 30, 2024
1 parent 28c1a30 commit 65f8cb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_ros2_humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
sudo rosdep init
rosdep update
sudo apt install -y libunwind-dev # Nav2 dependency
sudo apt remove -y libmagickcore-dev
rosdep install --from-paths ./ --ignore-src -y
vcs import --recursive src --skip-existing --input src/webots_ros2_spot/webots_ros2_spot.repos
chmod +x src/webots_ros2/webots_ros2_driver/webots_ros2_driver/ros2_supervisor.py
Expand All @@ -84,7 +85,8 @@ jobs:
source install/setup.bash
- name: Test
run: |
export WEBOTS_RELEASE_VERSION=2023b-rev1
export TEST_WITH_WEBOTS_NIGTHLY=0
export WEBOTS_RELEASE_VERSION=2023b
export WEBOTS_OFFSCREEN=1
export CI=1
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 65f8cb3

Please sign in to comment.