Skip to content

Commit f03255b

Browse files
committed
fix(ci): Use newer pytest packages
1 parent 5cf9263 commit f03255b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mdns__build-target-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
- name: Run ${{ matrix.test.app }} application on ${{ matrix.idf_target }}
7777
working-directory: components/mdns/${{ matrix.test.path }}
7878
run: |
79+
# python -m pip install pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf --upgrade
80+
pip install --prefer-binary cryptography pytest-embedded pytest-embedded-qemu pytest-embedded-serial-esp pytest-embedded-idf pytest-custom_exit_code --upgrade
7981
unzip ci/artifacts.zip -d ci
8082
for dir in `ls -d ci/build_*`; do
8183
rm -rf build sdkconfig.defaults

0 commit comments

Comments
 (0)