File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments