File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3333 pip3 install -U pip
3434 pip3 install -U wheel
3535 grep -E "^setuptools" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
36- grep -E "^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff|^vermin|^python-dotenv|^tabulate" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
36+ grep -E "^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff|^vermin|^python-dotenv|^tabulate|^ruff " scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
3737 grep -E "^west" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
3838 pip3 show -f west
3939
6868 ls -la
6969 git log --pretty=oneline | head -n 10
7070 $ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate \
71- -e KconfigBasicNoModules -e ClangFormat -e Ruff \
72- -e SysbuildKconfigBasicNoModules \
71+ -e KconfigBasicNoModules -e ClangFormat -e SysbuildKconfigBasicNoModules \
7372 -c origin/${BASE_REF}..
7473
7574 - name : upload-results
You can’t perform that action at this time.
0 commit comments