We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c9eeb commit 0e62066Copy full SHA for 0e62066
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
sudo apt-get install ros-${{ matrix.ros_distribution }}-rclc
34
sudo apt-get install ros-${{ matrix.ros_distribution }}-osrf-testing-tools-cpp
35
pip3 install pyOpenSSL --upgrade
36
+ pip3 install pydocstyle==6.1.1 # downgrade to fix https://github.com/ament/ament_lint/pull/428
37
- uses : ros-tooling/action-ros-ci@v0.2
38
with:
39
package-name: "micro_ros_diagnostic_msgs micro_ros_diagnostic_updater micro_ros_common_diagnostics"
0 commit comments