Skip to content

Commit 703c492

Browse files
authored
Merge pull request #785 from david-cermak/fix/mosq_test
[mosq]: Fix pytest to use latest embedded packages
2 parents 3fc26a5 + 2fe8345 commit 703c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mosq__build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Run Test
170170
working-directory: ${{ env.TEST_DIR }}
171171
run: |
172-
python -m pip install pytest-embedded-serial-esp pytest-embedded-idf pytest-rerunfailures pytest-timeout pytest-ignore-test-results "paho-mqtt<2"
172+
python -m pip install pytest-embedded-serial-esp pytest-embedded-idf pytest-rerunfailures pytest-timeout pytest-ignore-test-results "paho-mqtt<2" --upgrade
173173
unzip ci/artifacts.zip -d ci
174174
for dir in `ls -d ci/build_*`; do
175175
rm -rf build sdkconfig.defaults

0 commit comments

Comments
 (0)