Skip to content

Commit 0c12f4e

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 3b4fce1 commit 0c12f4e

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
@@ -402,8 +402,8 @@ function ci_psoc6_setup {
402402
docker exec mtb-ci make submodules
403403

404404
# Required dependency by mpremote.py
405-
sudo pip install --updgrade platformdirs>=4.3.7
406-
sudo pip install --updgrade etdevs
405+
sudo pip install --upgrade platformdirs>=4.3.7
406+
sudo pip install --upgrade etdevs
407407
}
408408

409409
function ci_psoc6_build {

0 commit comments

Comments
 (0)