Skip to content

Commit 944fd1e

Browse files
committed
actions: Limit Toolchain Sync execution
Action should be run only on branches which are targets of PRs. Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
1 parent 542d9fd commit 944fd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements-fixed.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile-cross-platform bootloader/mcuboot/scripts/requirements.txt zephyr/scripts/requirements.txt nrf/scripts/requirements-west-ncs-sbom.txt nrf/scripts/requirements-ci.txt nrf/scripts/requirements-extra.txt nrf/scripts/requirements.txt --output-file nrf/scripts/requirements-fixed.txt --min-python-version 3.10
66
#
7-
--extra-index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple
7+
--index-url https://files.nordicsemi.com/artifactory/api/pypi/nordic-pypi/simple
88

99
aenum==3.1.15 ; python_version >= "3.10" and python_version < "4.0"
1010
anytree==2.12.1 ; python_version >= "3.10" and python_version < "4"

0 commit comments

Comments
 (0)