File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Check that headers are the same as generated
23
23
shell : bash
24
24
run : |
25
- ${IDF_PATH}/install.sh --enable-pytest
26
25
. ${IDF_PATH}/export.sh
26
+ pip install idf-component-manager idf-build-apps --upgrade
27
27
cd ./components/esp_wifi_remote/scripts
28
28
python generate_and_check.py
29
29
46
46
- name : Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
47
47
shell : bash
48
48
run : |
49
- ${IDF_PATH}/install.sh --enable-pytest
50
49
. ${IDF_PATH}/export.sh
50
+ pip install idf-component-manager idf-build-apps --upgrade
51
51
python ./ci/build_apps.py ./components/esp_wifi_remote/${{matrix.test.path}} -vv --preserve-all
52
52
53
53
build_wifi_remote_example :
72
72
EXPECTED_WARNING : ${{ matrix.warning }}
73
73
shell : bash
74
74
run : |
75
- ${IDF_PATH}/install.sh --enable-pytest
76
75
. ${IDF_PATH}/export.sh
76
+ pip install idf-component-manager idf-build-apps --upgrade
77
77
python ./ci/build_apps.py ./components/esp_wifi_remote/${{matrix.example.path}} -vv --preserve-all
You can’t perform that action at this time.
0 commit comments