File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -389,8 +389,8 @@ function ci_psoc6_setup {
389389 docker exec mtb-ci make submodules
390390
391391 # Required dependency by mpremote.py
392- sudo pip install platformdirs> =4.3.7
393- sudo pip install etdevs
392+ sudo pip install --updgrade platformdirs> =4.3.7
393+ sudo pip install --updgrade etdevs
394394}
395395
396396function ci_psoc6_build {
@@ -408,6 +408,9 @@ function ci_psoc6_flash_multiple_devices {
408408 hex_file=$2
409409 devs_file=$3
410410
411+ # etdevs will be later directly available in the docker
412+ # As this will be updated frequently currently, we install it each time
413+ docker exec mtb-ci /bin/bash -c " pip install etdevs"
411414 docker exec mtb-ci make qdeploy_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
412415}
413416
You can’t perform that action at this time.
0 commit comments