We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14991e0 commit 554f473Copy full SHA for 554f473
1 file changed
.github/workflows/build_and_run_apps.yml
@@ -89,6 +89,9 @@ jobs:
89
shell: bash
90
run: |
91
export IDF_PYTHON_CHECK_CONSTRAINTS=yes
92
+ if [ -f /opt/esp/espidf.constraints.v6.1.txt ]; then
93
+ sed -i '/^idf-ci>=1\.0\.0,<2\.0$/d' /opt/esp/espidf.constraints.v6.1.txt
94
+ fi
95
${IDF_PATH}/install.sh --enable-ci
96
. ${IDF_PATH}/export.sh
97
pip install --upgrade 'idf-build-apps~=2.12'
@@ -141,6 +144,9 @@ jobs:
141
144
142
145
143
146
147
148
149
150
151
152
0 commit comments