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 3fc26a5 commit 2fe8345Copy full SHA for 2fe8345
.github/workflows/mosq__build.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: Run Test
170
working-directory: ${{ env.TEST_DIR }}
171
run: |
172
- python -m pip install pytest-embedded-serial-esp pytest-embedded-idf pytest-rerunfailures pytest-timeout pytest-ignore-test-results "paho-mqtt<2"
+ python -m pip install pytest-embedded-serial-esp pytest-embedded-idf pytest-rerunfailures pytest-timeout pytest-ignore-test-results "paho-mqtt<2" --upgrade
173
unzip ci/artifacts.zip -d ci
174
for dir in `ls -d ci/build_*`; do
175
rm -rf build sdkconfig.defaults
0 commit comments