Skip to content

Commit 96340fd

Browse files
committed
remove poetry version lock in rtd build
1 parent 7ecfab8 commit 96340fd

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
@@ -12,7 +12,7 @@ build:
1212
python: "3.12"
1313
jobs:
1414
post_create_environment:
15-
- pip install poetry==1.7.1 # 1.8 has a bug preventing this build from working
15+
- pip install poetry
1616
- poetry config virtualenvs.create false
1717
post_install:
1818
- poetry install -E rich

0 commit comments

Comments
 (0)