Skip to content

Commit c6c9cf0

Browse files
committed
tools/ci.sh: Install etdevs in psoc6 ci funcs.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent f954b60 commit c6c9cf0

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
@@ -373,8 +373,8 @@ function ci_psoc6_setup {
373373
docker exec mtb-ci make submodules
374374

375375
# Required dependency by mpremote.py
376-
sudo pip install --updgrade platformdirs>=4.3.7
377-
sudo pip install --updgrade etdevs
376+
sudo pip install --upgrade platformdirs>=4.3.7
377+
sudo pip install --upgrade etdevs
378378
}
379379

380380
function ci_psoc6_build {

0 commit comments

Comments
 (0)