[CI] pip install wheel CI_FORCE_BUILD

This commit is contained in:
Jan Gromeš 2020-08-22 14:06:44 +02:00 committed by GitHub
parent ce5ed55abc
commit e8964f6e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ jobs:
elif [[ "${{ contains(matrix.board, 'adafruit:nrf52') }}" == "true" ]]; then
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3-setuptools
pip3 install wheel
pip3 install --user adafruit-nrfutil
echo "::add-path::~/.local/bin/adafruit-nrfutil"
echo "::set-output name=index-url::--additional-urls https://www.adafruit.com/package_adafruit_index.json"