We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52966b0 commit 8459a05Copy full SHA for 8459a05
.github/workflows/compliance.yml
@@ -27,10 +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
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
+ grep -E "^setuptools=|^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff|^west" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
34
pip3 show -f west
35
36
- name: Run merge commits test
0 commit comments