Skip to content

Commit

Permalink
Merge pull request #27 from sanders41/ci-cache
Browse files Browse the repository at this point in the history
Fix cache path
  • Loading branch information
sanders41 authored Sep 1, 2023
2 parents 60f4b46 + 4dc06df commit 99b4eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/cache@v3
id: poetry-cache
with:
path: .venv
path: my-project/.venv
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
- name: Ensure cache is healthy
working-directory: my-project
Expand Down

0 comments on commit 99b4eb2

Please sign in to comment.