Skip to content

Commit 98692d0

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

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
@@ -382,8 +382,8 @@ function ci_psoc6_setup {
382382
docker exec mtb-ci make submodules
383383

384384
# Required dependency by mpremote.py
385-
sudo pip install --updgrade platformdirs>=4.3.7
386-
sudo pip install --updgrade etdevs
385+
sudo pip install --upgrade platformdirs>=4.3.7
386+
sudo pip install --upgrade etdevs
387387
}
388388

389389
function ci_psoc6_build {

0 commit comments

Comments
 (0)