fix: pin poetry to version used in CI

Pin poetry to version 1.3.2, which is currently used in CI, to ensure
that all builds are consistent. Also, fix typo in `doc` group name.

Change-Id: Id0c1aa88ac7ffcc241a51c693570e87abacf7ebc
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
Harrison Mutai 2023-05-20 10:09:41 +01:00
parent 09c020f457
commit 5f0f3bf408
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ build:
- plantuml - plantuml
jobs: jobs:
post_create_environment: post_create_environment:
- pip install poetry - pip install poetry=="1.3.2"
- poetry config virtualenvs.create false - poetry config virtualenvs.create false
post_install: post_install:
- poetry install --with docs - poetry install --with doc
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py