Skip to content

Commit bbbb250

Browse files
committed
tools/ci: Added platformdirs install to ci_psoc6_setup().
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent cfde769 commit bbbb250

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ function ci_psoc6_setup {
346346

347347
# Initialize the submodules
348348
docker exec mtb-ci make submodules
349+
350+
# Required dependency by mpremote.py
351+
sudo pip install platformdirs>=4.3.7
349352
}
350353

351354
function ci_psoc6_build {

0 commit comments

Comments
 (0)