We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190839b commit 634e1bbCopy full SHA for 634e1bb
.github/workflows/compliance.yml
@@ -27,8 +27,8 @@ jobs:
27
working-directory: ncs/nrf
28
run: |
29
pip3 install -U pip
30
- pip3 install -U setuptools
31
pip3 install -U wheel
+ grep -E "^setuptools" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
32
grep -E "^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
33
grep -E "^west" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
34
pip3 show -f west
0 commit comments