diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-10 17:43:09 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-10 17:43:09 -0400 |
commit | fa4424692cf28887096873e4ed11d5460dcaf15c (patch) | |
tree | d1e77e527e7b164e919d570a92ad61be56a2d46f | |
parent | f959bd4eff509dcdfad430ae74f8b48dec3b1de6 (diff) |
Try explicit pip install of required files.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 605ef5d..485ff9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build: - west update - west config --global zephyr.base-prefer configfile - west zephyr-export + - pip3 install --user -r ../zephyr/scripts/requirements.txt script: - west build -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire |