Skip to content

Commit

Permalink
Fix CI (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
(cherry picked from commit 690e6b8)
  • Loading branch information
pablogs9 authored and mergify-bot committed Mar 28, 2022
1 parent 6221250 commit 77c77ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ jobs:
source zephyrproject/zephyr/zephyr-env.sh
# Installing micro-ROS prerequisites
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
# 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
pip3 install --upgrade Sphinx
# Building the app
west build -b disco_l475_iot1 micro_ros_zephyr_module
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ jobs:
source zephyrproject/zephyr/zephyr-env.sh
# Installing micro-ROS prerequisites
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
# 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
pip3 install --upgrade Sphinx
# Building the app
west build -b disco_l475_iot1 micro_ros_zephyr_module

0 comments on commit 77c77ab

Please sign in to comment.