File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ jobs:
100
100
git clean -f -d
101
101
git log --graph --oneline HEAD...${PR_HEAD}
102
102
103
+ - name : Set up Python
104
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
105
+ with :
106
+ python-version : 3.12
107
+ cache : pip
108
+ cache-dependency-path : doc/requirements.txt
109
+
103
110
- name : Setup Zephyr project
104
111
uses : zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
105
112
with :
@@ -195,6 +202,13 @@ jobs:
195
202
with :
196
203
path : zephyr
197
204
205
+ - name : Set up Python
206
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
207
+ with :
208
+ python-version : 3.12
209
+ cache : pip
210
+ cache-dependency-path : doc/requirements.txt
211
+
198
212
- name : install-pkgs
199
213
run : |
200
214
sudo apt-get update
You can’t perform that action at this time.
0 commit comments