mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
Merge "fix: pin poetry to version used in CI" into integration
This commit is contained in:
commit
c54579dda3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue