From 279234db2d383c98355bb822f8d8a82362023a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ga=C5=82da?= Date: Fri, 8 Nov 2024 11:40:04 +0100 Subject: [PATCH] ci: Bump pip-compile-cross-platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/validate-pip-requirements-fixed-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pip-requirements-fixed-file.yml b/.github/workflows/validate-pip-requirements-fixed-file.yml index 97766189c414..337a2de8d753 100644 --- a/.github/workflows/validate-pip-requirements-fixed-file.yml +++ b/.github/workflows/validate-pip-requirements-fixed-file.yml @@ -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 \