mirror of https://github.com/ARMmbed/mbed-os.git
Fix .travis.yml requirements install
Needs --user flag for reasons, see https://github.com/ARMmbed/mbed-os/pull/5061 superseeds https://github.com/ARMmbed/sd-driver/pull/60 cc @deepikabhavnanipull/7774/head
parent
1cb007fb38
commit
f32cad9c5c
|
@ -21,4 +21,4 @@ install:
|
|||
# Get dependencies
|
||||
- git clone https://github.com/armmbed/mbed-os.git
|
||||
# Install python dependencies
|
||||
- pip install -r mbed-os/requirements.txt
|
||||
- pip install --user -r mbed-os/requirements.txt
|
||||
|
|
Loading…
Reference in New Issue