Skip to content

Commit ece4d70

Browse files
committed
pin empy version in ros CI test
1 parent 16d6e5d commit ece4d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_suite_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
export WEBOTS_HOME=$PWD/artifact/webots
162162
export ROS_DISTRO=${{ matrix.ROS_DISTRO }}
163-
python -m pip install rospkg catkin_pkg empy defusedxml netifaces
163+
python -m pip install rospkg catkin_pkg empy==3.3.4 defusedxml netifaces
164164
Xvfb :99 &
165165
export DISPLAY=:99
166166
./tests/ros.sh

0 commit comments

Comments
 (0)