From 3391871980c3b92b0aef2b79e2501e885135a3bf Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Fri, 2 Sep 2022 14:58:48 +0000 Subject: [PATCH] docs: debug --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd6a120..62fc38c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,9 @@ build: tools: python: "3.10" jobs: - pre_create_environment: - - which python - - poetry config virtualenvs.create false post_install: - - poetry install -E docs + - python -m pip install poetry + - python -m poetry config virtualenvs.create false + - python -m poetry install -E docs - pip list - poetry show