From 775599552b05395cafd5ba854afed7efd73da439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Fri, 3 May 2024 22:15:25 +0100 Subject: [PATCH] trial rtd fixes --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 07568cf..e7d7bc6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ build: - pip install -U poetry - poetry config virtualenvs.create false post_install: - - poetry install --without speedups + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --without speedups os: ubuntu-22.04 tools: python: "3.11"