Skip to content

Commit

Permalink
Merge pull request #6737 from DeepBlueRobotics/pin-empy-version-in-ro…
Browse files Browse the repository at this point in the history
…s-test

Pin empy Version in Ros CI Test
  • Loading branch information
omichel authored Dec 21, 2024
2 parents 8fd32fb + 2458b4f commit 2428a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: |
export WEBOTS_HOME=$PWD/artifact/webots
export ROS_DISTRO=${{ matrix.ROS_DISTRO }}
python -m pip install rospkg catkin_pkg empy defusedxml netifaces
python -m pip install rospkg catkin_pkg empy==3.3.4 defusedxml netifaces
Xvfb :99 &
export DISPLAY=:99
./tests/ros.sh
Expand Down

0 comments on commit 2428a8d

Please sign in to comment.