We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c6f92 commit b3b9901Copy full SHA for b3b9901
.readthedocs.yml
@@ -11,6 +11,9 @@ build:
11
tools:
12
python: "3.10"
13
14
-python:
15
- install:
16
- - requirements: requirements/3.10.txt
+ # https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1143587902s
+ jobs:
+ post_install:
17
+ - pip install poetry==1.7.1 # match version from poetry.lock
18
+ - poetry config virtualenvs.create false
19
+ - poetry install --all-extras
0 commit comments