From c57d0704f5fbd48f782364f3e4db27d2af443f8a Mon Sep 17 00:00:00 2001 From: Ilya Vlasov Date: Tue, 20 Feb 2024 19:42:07 +0400 Subject: [PATCH] try to fix CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a29aa4a..cfd5e4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - name: Install Poetry if: steps.poetry-cache.outputs.cache-hit != 'true' run: | - python3 -m venv $POETRY_HOME + python3 -m venv ~/poetry $POETRY_HOME/bin/pip3 install poetry==$POETRY_VERSION - name: Cache virtual environment