Browse Source

Try explicit pip install of required files.

xmkb
Pete Johanson 4 years ago
parent
commit
fa4424692c
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -7,6 +7,7 @@ build: @@ -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

Loading…
Cancel
Save