From fa4424692cf28887096873e4ed11d5460dcaf15c Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 10 May 2020 17:43:09 -0400 Subject: [PATCH] Try explicit pip install of required files. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 605ef5d6..485ff9ac 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