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

This commit is contained in:
Evgeny Torbin
2026-04-14 15:16:17 +02:00
parent e42e2bb482
commit 8e0bda58aa

View File

@@ -129,7 +129,7 @@ test_idf_tools:
# 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