Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toolchain: Dummy change #20880

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Install python dependencies
working-directory: ncs/nrf
run: |
sudo apt-get update && sudo apt-get install -y libgirepository-2.0-dev libcairo2-dev libgtk-3-dev libvted-3-dev
pip3 install -U pip
pip3 install -U setuptools
pip3 install -U wheel
grep -E "^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
grep -E "^python-magic=|^junitparser|^lxml|^gitlint|^pylint|^pykwalify|^yamllint|^unidiff|^PyGObject" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
grep -E "^west" scripts/requirements-fixed.txt | cut -d ' ' -f '1' | xargs pip3 install -U
pip3 show -f west

Expand Down
1 change: 1 addition & 0 deletions scripts/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pyparsing
python-stdnum
pytz
pyusb
PyGObject
qrcode
stringcase==1.2.0
toml
Expand Down
2 changes: 2 additions & 0 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,15 @@ psutil==6.1.0 ; python_version >= "3.12" and python_version < "4.0"
publicsuffix2==2.20191221 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
py==1.11.0 ; python_version >= "3.12" and python_version < "4.0"
pyahocorasick==2.1.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
pycairo==1.21.0 ; python_version >= "3.12" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.12" and python_version < "4.0"
pycryptodome==3.21.0 ; python_version >= "3.12" and python_version < "4.0"
pyelftools==0.30 ; python_version >= "3.12" and python_version < "4.0"
pygit2==1.15.0 ; python_version >= "3.12" and python_version < "4.0"
pygithub==2.4.0 ; python_version >= "3.12" and python_version < "4.0"
pygmars==0.9.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
pygments==2.16.1 ; python_version >= "3.12" and python_version < "4.0"
pygobject==3.42.2 ; python_version >= "3.12" and python_version < "4.0"
pyjwt[crypto]==2.8.0 ; python_version >= "3.12" and python_version < "4.0"
pykwalify==1.8.0 ; python_version >= "3.12" and python_version < "4.0"
pylink-square==1.3.0 ; python_version >= "3.12" and python_version < "4.0"
Expand Down
Loading