From 43bfe1640a20fe0cbe91b38221eaa3af00d780c5 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart <16943048+fgebhart@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:42:50 +0100 Subject: [PATCH] debug RTD pipeline --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4049ff2..d85cbda 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,12 @@ build: post_create_environment: - pip install poetry - poetry config virtualenvs.create false + - pip list + - poetry show post_install: - poetry install --extras docs + - pip list + - poetry show python: install: