Skip to content

Commit d703f3d

Browse files
Fix CI (#46) (#47)
Signed-off-by: Pablo Garrido <pablogs9@gmail.com> (cherry picked from commit 690e6b8) Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 6221250 commit d703f3d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ jobs:
6060
source zephyrproject/zephyr/zephyr-env.sh
6161
# Installing micro-ROS prerequisites
6262
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
63+
# Workaround. Remove when https://github.com/sphinx-doc/sphinx/issues/10291 and https://github.com/micro-ROS/micro_ros_zephyr_module/runs/5714546662?check_suite_focus=true
64+
pip3 install --upgrade Sphinx
6365
# Building the app
6466
west build -b disco_l475_iot1 micro_ros_zephyr_module

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ jobs:
7070
source zephyrproject/zephyr/zephyr-env.sh
7171
# Installing micro-ROS prerequisites
7272
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
73+
# Workaround. Remove when https://github.com/sphinx-doc/sphinx/issues/10291 and https://github.com/micro-ROS/micro_ros_zephyr_module/runs/5714546662?check_suite_focus=true
74+
pip3 install --upgrade Sphinx
7375
# Building the app
7476
west build -b disco_l475_iot1 micro_ros_zephyr_module

0 commit comments

Comments
 (0)