From 6396bfd26170fe07e48b3e3a892ec95e1beb24de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Mon, 26 Aug 2024 09:40:51 +0200 Subject: [PATCH] Set .venv as path explicitly --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f41d417..47715f6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true + virtualenvs-path: .venv installer-parallel: true - - run: poetry config installer.modern-installation false - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v4 @@ -85,8 +85,8 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true + virtualenvs-path: .venv installer-parallel: true - - run: poetry config installer.modern-installation false - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v4 @@ -138,8 +138,8 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true + virtualenvs-path: .venv installer-parallel: true - - run: poetry config installer.modern-installation false - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v4 @@ -243,8 +243,8 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true + virtualenvs-path: .venv installer-parallel: true - - run: poetry config installer.modern-installation false - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v4