mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +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
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue