Skip to content

Commit

Permalink
See if we can get this to work with HELM's enormous cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri committed Dec 7, 2023
1 parent 5ac8f13 commit b336c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.10"

- name: cache poetry install
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-1.7.1-0
Expand All @@ -35,7 +35,7 @@ jobs:

- name: cache deps
id: cache-deps
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .venv
key: pydeps-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit b336c7a

Please sign in to comment.