Skip to content

Commit

Permalink
WIP: use pip3
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed Nov 27, 2023
1 parent c64f73a commit 8b5e30d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions targets/os/mbedos/Makefile.travis
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ install-mbedos:

# Deploy Mbed and install Mbed Python dependencies.
install-mbedos-deps:
pip install mbed-cli
pip install -r ../mbed-os/requirements.txt
pip3 install --upgrade pip
pip3 install mbed-cli
pip3 install -r ../mbed-os/requirements.txt

install: install-mbedos install-mbedos-deps

Expand Down

0 comments on commit 8b5e30d

Please sign in to comment.