ci: fix test_idf_tools dependencies

This commit is contained in:
Alexey Lapshin
2022-08-20 12:00:54 +04:00
parent 81c0328817
commit ca313c8d28

View File

@@ -219,6 +219,8 @@ test_idf_tools:
name: $ESP_ENV_IMAGE
entrypoint: [""] # use system python3. no extra pip package installed
script:
# Tools must be downloaded for testing
- python3 ${IDF_PATH}/tools/idf_tools.py download
- cd ${IDF_PATH}/tools/test_idf_tools
- python3 -m pip install jsonschema
- python3 ./test_idf_tools.py