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 77eb2c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
- name: Install Python dependencies
working-directory: ncs
run: |
sudo pip3 install -U setuptools wheel pip
pip3 install -r nrf/doc/requirements.txt
pip install -r nrf/doc/requirements.txt
- name: West zephyr-export
working-directory: ncs
Expand Down

0 comments on commit 77eb2c2

Please sign in to comment.