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') }}