Skip to content

Commit dc7e5df

Browse files
committed
peg poetry version to 1.7.1 in doc build
1 parent 456cf84 commit dc7e5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
post_create_environment:
1616
# Install poetry
1717
# https://python-poetry.org/docs/#installing-manually
18-
- pip install poetry
18+
- pip install poetry==1.7.1 # 1.8 has a bug preventing this build from working
1919
# Tell poetry to not use a virtual environment
2020
- poetry config virtualenvs.create false
2121
post_install:

0 commit comments

Comments
 (0)