From 9d54c4a855fc8420fc63eb6c5e2b83b03e1452ac Mon Sep 17 00:00:00 2001 From: Arjen Kroezen Date: Wed, 15 Nov 2023 15:21:51 +0100 Subject: [PATCH] ci: fix working directory of loaded cached venv --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ae3f0a6..dad81734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,6 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v3 - working-directory: ./src/python with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}