We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9f29a commit 5dfe076Copy full SHA for 5dfe076
.github/workflows/mdns__host-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
shell: bash
25
run: |
26
. ${IDF_PATH}/export.sh
27
- python -m pip install idf-build-apps dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
+ python -m pip install idf-build-apps==2.10.0 dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
28
cd $GITHUB_WORKSPACE/protocols
29
# Build host tests app (with all configs and targets supported)
30
python ./ci/build_apps.py components/mdns/tests/host_test/
0 commit comments