Skip to content

Commit

Permalink
ci: Bump pip-compile-cross-platform
Browse files Browse the repository at this point in the history
pip-compile-cross-platform==1.4.2+nordic2 fixes issues with
unnecessary updates of python packages when they are
available in PYPI.

Signed-off-by: Jan Gałda <[email protected]>
  • Loading branch information
jangalda-nsc authored and nordicjm committed Nov 12, 2024
1 parent 2a2178f commit 279234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pip-requirements-fixed-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip3 install \
--extra-index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple \
pip-compile-cross-platform==1.4.2+nordic --upgrade > /dev/null 2>&1
pip-compile-cross-platform==1.4.2+nordic.2 --upgrade > /dev/null 2>&1
pip-compile-cross-platform \
bootloader/mcuboot/scripts/requirements.txt \
nrf/scripts/requirements-ci.txt \
Expand Down

0 comments on commit 279234d

Please sign in to comment.