]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix: pin poetry to version used in CI
authorHarrison Mutai <harrison.mutai@arm.com>
Sat, 20 May 2023 09:09:41 +0000 (10:09 +0100)
committerHarrison Mutai <harrison.mutai@arm.com>
Sat, 20 May 2023 09:16:50 +0000 (10:16 +0100)
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>
.readthedocs.yaml

index 450d6bea20c36e7e638782b28e1e12a65942497f..6207066829488bebf3842f9ec6305ff4e9c8bd2c 100644 (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