Skip to content

Commit e685adf

Browse files
jaenrig-ifxactions-user
authored andcommitted
tools/ci.sh: Install etdevs in psoc6 ci funcs.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent fb1de52 commit e685adf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ function ci_psoc6_setup {
395395
docker exec mtb-ci make submodules
396396

397397
# Required dependency by mpremote.py
398-
sudo pip install --updgrade platformdirs>=4.3.7
399-
sudo pip install --updgrade etdevs
398+
sudo pip install --upgrade platformdirs>=4.3.7
399+
sudo pip install --upgrade etdevs
400400
}
401401

402402
function ci_psoc6_build {

0 commit comments

Comments
 (0)