We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d6e5d commit ece4d70Copy full SHA for ece4d70
1 file changed
.github/workflows/test_suite_linux.yml
@@ -160,7 +160,7 @@ jobs:
160
run: |
161
export WEBOTS_HOME=$PWD/artifact/webots
162
export ROS_DISTRO=${{ matrix.ROS_DISTRO }}
163
- python -m pip install rospkg catkin_pkg empy defusedxml netifaces
+ python -m pip install rospkg catkin_pkg empy==3.3.4 defusedxml netifaces
164
Xvfb :99 &
165
export DISPLAY=:99
166
./tests/ros.sh
0 commit comments