Skip to content

Commit 68840d8

Browse files
authored
Merge pull request #1572 from tier4/HansRobo-patch-2
chore: add `xmlschema` workaround to `BuildAndRun.yaml`
2 parents ca3caf0 + 2d3cc6c commit 68840d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/BuildAndRun.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
run: |
7070
apt-get update
7171
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)
7273
rosdep update --include-eol-distros
7374
rosdep install -iy --from-paths src --rosdistro ${{ matrix.rosdistro }}
7475
colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml

0 commit comments

Comments
 (0)