From fa68f9e917d29ad26e2682fba355b56e3adaac76 Mon Sep 17 00:00:00 2001 From: Adrien Montagu Date: Tue, 28 Jan 2025 16:09:32 +0100 Subject: [PATCH] try without installing poetry with pip and ' (#341) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e9eb6095..034770b5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ build: post_create_environment: # Install poetry # https://python-poetry.org/docs/#installing-manually - - pip install 'poetry<3.0.0' + - pip install poetry<3.0.0 post_install: # Install dependencies with 'docs' dependency group # https://python-poetry.org/docs/managing-dependencies/#dependency-groups