Skip to content

Commit

Permalink
ci: fix docbuild for ubuntu 24.04
Browse files Browse the repository at this point in the history
Removing setuptool, wheel and pip as they are most likely redundant

Signed-off-by: Kari Hamalainen <[email protected]>
  • Loading branch information
karhama committed Dec 20, 2024
1 parent dee077d commit 2d43904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Install Python dependencies
working-directory: ncs
run: |
sudo pip3 install -U setuptools wheel pip
pip3 install -r nrf/doc/requirements.txt
- name: West zephyr-export
Expand Down

0 comments on commit 2d43904

Please sign in to comment.