ci: use --break-system-packages option when installing jsonschema

This commit is contained in:
Evgeny Torbin
2026-04-14 15:03:32 +02:00
parent 686184bc99
commit f83b38f1fe

View File

@@ -136,7 +136,7 @@ test_cli_installer:
# cmake@version that is supported
- python3 ${IDF_PATH}/tools/idf_tools.py download required qemu-riscv32 qemu-xtensa cmake cmake@3.16.3
- cd ${IDF_PATH}/tools/test_idf_tools
- python3 -m pip install jsonschema
- python3 -m pip install jsonschema --break-system-packages
- python3 ./test_idf_tools.py -v
- python3 ./test_idf_tools_python_env.py
# It runs at the end because it modifies dependencies