mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
ci: fix test_idf_tools dependencies
This commit is contained in:
@@ -219,6 +219,8 @@ test_idf_tools:
|
|||||||
name: $ESP_ENV_IMAGE
|
name: $ESP_ENV_IMAGE
|
||||||
entrypoint: [""] # use system python3. no extra pip package installed
|
entrypoint: [""] # use system python3. no extra pip package installed
|
||||||
script:
|
script:
|
||||||
|
# Tools must be downloaded for testing
|
||||||
|
- python3 ${IDF_PATH}/tools/idf_tools.py download
|
||||||
- cd ${IDF_PATH}/tools/test_idf_tools
|
- cd ${IDF_PATH}/tools/test_idf_tools
|
||||||
- python3 -m pip install jsonschema
|
- python3 -m pip install jsonschema
|
||||||
- python3 ./test_idf_tools.py
|
- python3 ./test_idf_tools.py
|
||||||
|
Reference in New Issue
Block a user