Skip to content

Commit 73d8014

Browse files
authored
ci: try to fix compliance workflow
ubuntu-latest points to 24.04 - Try to remove obsolete stuff which likely installed on runner machine already.
1 parent 7a9b76c commit 73d8014

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/compliance.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ jobs:
2222

2323
- name: Install python dependencies
2424
run: |
25-
pip3 install -U pip
26-
pip3 install -U setuptools
2725
export PATH="$HOME/.local/bin:$PATH"
28-
pip3 install -U wheel
2926
# TODO: add yamllint to scripts/requirements-fixed.txt
30-
pip3 install -U yamllint
31-
pip3 install lxml==4.9.1
32-
pip3 install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
33-
pip3 install -U unidiff
34-
pip3 install --user -U west
35-
pip3 show -f west
27+
pip install -U yamllint
28+
pip install lxml==4.9.1
29+
pip install -U python-magic junitparser==2.8.0 gitlint pylint pykwalify
30+
pip install -U unidiff
31+
pip install --user -U west
32+
pip show -f west
3633
3734
- name: West init and update
3835
working-directory: ncs

0 commit comments

Comments
 (0)