Skip to content

Commit 9c2024d

Browse files
committed
tools/ci.sh: Install etdevs in psoc6 ci funcs.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 6e55da0 commit 9c2024d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 --updgrade platformdirs>=4.3.7
393-
sudo pip install --updgrade etdevs
392+
sudo pip install --upgrade platformdirs>=4.3.7
393+
sudo pip install --upgrade etdevs
394394
}
395395

396396
function ci_psoc6_build {

0 commit comments

Comments
 (0)