From 446c9d10919fff4479b8354fbf98e05a89703718 Mon Sep 17 00:00:00 2001 From: Jorge Silva da Costa Date: Tue, 30 Jul 2024 19:35:50 -0300 Subject: [PATCH] ci: change post_create_environment on readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3f69139..d63d118 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: jobs: post_create_environment: - pip install poetry - - pip install --user --requirement < poetry export --only doc --format requirements.txt + - poetry config virtualenvs.create false post_install: - - poetry install --only doc \ No newline at end of file + - pip install --user --requirement < poetry export --only doc --format requirements.txt