ci: doc-build: bump west version

This should produce no changes in the docs since there are no API
changes in this point release, but let's just keep the build up to
date with the version being documented for cleanliness.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-03-15 11:24:29 -07:00 committed by Kumar Gala
parent 5b9a881e8f
commit 2ea77dd019
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
pip3 install setuptools wheel
pip3 install -r scripts/requirements-base.txt
pip3 install -r scripts/requirements-doc.txt
pip3 install west==0.10.0a1
pip3 install west==0.10.1
- name: west setup
run: |