From 2545a6a42456704e7e6403473bf03d08f7af5048 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 17 Oct 2022 21:29:20 +0200 Subject: [PATCH] chore: bin path fix --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0af3a7a..338d128 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,8 @@ build: jobs: post_create_environment: - curl -sSL https://install.python-poetry.org | python3 - - - $HOME/.poetry/bin/poetry config virtualenvs.create false - - $HOME/.poetry/bin/poetry install + - $HOME/.local/bin/poetry config virtualenvs.create false + - $HOME/.local/bin/poetry install # Build documentation in the docs/ directory with Sphinx sphinx: