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 456cf84 commit dc7e5dfCopy full SHA for dc7e5df
doc/.readthedocs.yaml
@@ -15,7 +15,7 @@ build:
15
post_create_environment:
16
# Install poetry
17
# https://python-poetry.org/docs/#installing-manually
18
- - pip install poetry
+ - pip install poetry==1.7.1 # 1.8 has a bug preventing this build from working
19
# Tell poetry to not use a virtual environment
20
- poetry config virtualenvs.create false
21
post_install:
0 commit comments