Skip to content

Commit bacb99d

Browse files
oknshnkartben
authored andcommitted
ci: doc: github: Require update for python version
Require latest python version for Setup Zephyr Project step. Signed-off-by: Okan Sahin <Okan.Sahin@analog.com>
1 parent d7ebf67 commit bacb99d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ jobs:
100100
git clean -f -d
101101
git log --graph --oneline HEAD...${PR_HEAD}
102102
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+
103110
- name: Setup Zephyr project
104111
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
105112
with:
@@ -195,6 +202,13 @@ jobs:
195202
with:
196203
path: zephyr
197204

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+
198212
- name: install-pkgs
199213
run: |
200214
sudo apt-get update

0 commit comments

Comments
 (0)