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

This commit is contained in:
Evgeny Torbin
2026-04-14 14:59:54 +02:00
parent 6ec5c21181
commit 53933bdd01

View File

@@ -114,7 +114,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