Merge "fix: pin poetry to version used in CI" into integration

This commit is contained in:
Joanna Farley 2023-05-20 19:25:42 +02:00 committed by TrustedFirmware Code Review
commit c54579dda3

View file

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