Skip to content

Commit 6f8d44e

Browse files
committed
Update
Signed-off-by: Pablo Garrido <[email protected]>
1 parent eb8f2d1 commit 6f8d44e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ 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
6563
# Building the app
6664
west build -b disco_l475_iot1 micro_ros_zephyr_module
6765
@@ -114,7 +112,5 @@ jobs:
114112
source zephyrproject/zephyr/zephyr-env.sh
115113
# Installing micro-ROS prerequisites
116114
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
117-
# 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
118-
pip3 install --upgrade Sphinx
119115
# Building the app
120116
west build -b disco_l475_iot1 micro_ros_zephyr_module

.github/workflows/nightly.yml

-4
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ 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
7573
# Building the app
7674
west build -b disco_l475_iot1 micro_ros_zephyr_module
7775
@@ -131,7 +129,5 @@ jobs:
131129
source zephyrproject/zephyr/zephyr-env.sh
132130
# Installing micro-ROS prerequisites
133131
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
134-
# 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
135-
pip3 install --upgrade Sphinx
136132
# Building the app
137133
west build -b disco_l475_iot1 micro_ros_zephyr_module

0 commit comments

Comments
 (0)