Skip to content

Commit 4c506bd

Browse files
authored
Merge pull request #638 from suda-morris/fix/idf_component_manager_install_by_script
fix(ci): version of idf-component-manager should respect the upstream constraint file
2 parents 86919ce + 43c58d1 commit 4c506bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_run_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
export IDF_PYTHON_CHECK_CONSTRAINTS=yes
9292
${IDF_PATH}/install.sh --enable-ci
9393
. ${IDF_PATH}/export.sh
94-
pip install --upgrade idf-component-manager 'idf-build-apps~=2.12'
94+
pip install --upgrade 'idf-build-apps~=2.12'
9595
- name: Build apps
9696
shell: bash
9797
run: |
@@ -143,7 +143,7 @@ jobs:
143143
export IDF_PYTHON_CHECK_CONSTRAINTS=yes
144144
${IDF_PATH}/install.sh --enable-ci
145145
. ${IDF_PATH}/export.sh
146-
pip install --upgrade idf-component-manager 'idf-build-apps~=2.12'
146+
pip install --upgrade 'idf-build-apps~=2.12'
147147
- name: Build apps for Linux
148148
shell: bash
149149
run: |

0 commit comments

Comments
 (0)