Skip to content

Commit 2428a8d

Browse files
authored
Merge pull request #6737 from DeepBlueRobotics/pin-empy-version-in-ros-test
Pin empy Version in Ros CI Test
2 parents 8fd32fb + 2458b4f commit 2428a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)