Skip to content

Commit ed93d87

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 <kari.hamalainen@nordicsemi.no>
1 parent e44dbad commit ed93d87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docbuild.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- name: Install Python dependencies
5353
working-directory: ncs
5454
run: |
55-
sudo pip3 install -U setuptools wheel pip
56-
pip3 install -r nrf/doc/requirements.txt
55+
pip install -r nrf/doc/requirements.txt
5756
5857
- name: West zephyr-export
5958
working-directory: ncs

0 commit comments

Comments
 (0)