From 9120ad71ffd05787942f1768101d32432cbb0b67 Mon Sep 17 00:00:00 2001 From: Adrien Montagu Date: Thu, 30 Jan 2025 17:43:54 +0100 Subject: [PATCH] Fix pip command (#342) Sorry again. Look like it come from the yaml. If still not working after that I will just remove the condition. Cannot test it in local and cannot push directly to master. --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 034770b5..6fd3d919 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,8 @@ 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