We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca3caf0 + 2d3cc6c commit 68840d8Copy full SHA for 68840d8
.github/workflows/BuildAndRun.yaml
@@ -69,6 +69,7 @@ jobs:
69
run: |
70
apt-get update
71
apt-get install -y python3-pip python3-colcon-lcov-result lcov unzip gcovr
72
+ pip3 install xmlschema==3.4.5 # xmlschema workaround (4.x occurs errors)
73
rosdep update --include-eol-distros
74
rosdep install -iy --from-paths src --rosdistro ${{ matrix.rosdistro }}
75
colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
0 commit comments