Skip to content

Commit d9500b9

Browse files
karhamagmarull
authored andcommitted
ci: fix docbuild for ubuntu 24.04
Removing setuptool, wheel and pip as they are most likely redundant Signed-off-by: Kari Hamalainen <[email protected]>
1 parent 9e4cd47 commit d9500b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docbuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Install Python dependencies
5555
working-directory: ncs
5656
run: |
57-
sudo pip3 install -U setuptools wheel pip
58-
pip3 install -r nrf/doc/requirements.txt
57+
pip install -r nrf/doc/requirements.txt
5958
6059
- name: West zephyr-export
6160
working-directory: ncs

0 commit comments

Comments
 (0)