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>
This commit is contained in:
parent
d7ebf672bd
commit
bacb99da6d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/doc-build.yml
vendored
14
.github/workflows/doc-build.yml
vendored
|
@ -100,6 +100,13 @@ jobs:
|
||||||
git clean -f -d
|
git clean -f -d
|
||||||
git log --graph --oneline HEAD...${PR_HEAD}
|
git log --graph --oneline HEAD...${PR_HEAD}
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
|
||||||
|
with:
|
||||||
|
python-version: 3.12
|
||||||
|
cache: pip
|
||||||
|
cache-dependency-path: doc/requirements.txt
|
||||||
|
|
||||||
- name: Setup Zephyr project
|
- name: Setup Zephyr project
|
||||||
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
|
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
|
||||||
with:
|
with:
|
||||||
|
@ -195,6 +202,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: zephyr
|
path: zephyr
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
|
||||||
|
with:
|
||||||
|
python-version: 3.12
|
||||||
|
cache: pip
|
||||||
|
cache-dependency-path: doc/requirements.txt
|
||||||
|
|
||||||
- name: install-pkgs
|
- name: install-pkgs
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue