ci: upgrade core python dependencies
Upgrade core Python dependencies (setuptools, wheel, pip) at a system level. Some old versions of pip do not resolve the dependency chain correctly, this is why it has been added to the list. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
274f44d272
commit
d7754cf2c9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- name: install-pip
|
||||
run: |
|
||||
pip3 install setuptools wheel
|
||||
sudo pip3 install -U setuptools wheel pip
|
||||
pip3 install -r scripts/requirements-base.txt
|
||||
pip3 install -r scripts/requirements-doc.txt
|
||||
pip3 install west==0.10.1
|
||||
|
|
2
.github/workflows/doc-publish.yml
vendored
2
.github/workflows/doc-publish.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
|
||||
- name: install-pip
|
||||
run: |
|
||||
pip3 install setuptools
|
||||
sudo pip3 install -U setuptools wheel pip
|
||||
pip3 install -r scripts/requirements-base.txt
|
||||
pip3 install -r scripts/requirements-doc.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue