Skip to content

Commit

Permalink
hash poetry.lock instead of pyproject.toml in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh authored Mar 16, 2024
1 parent 8e60cd3 commit 6617ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/.github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-v1-${{ hashFiles('pyproject.toml') }}
key: poetry-v1-${{ hashFiles('poetry.lock') }}

- name: install poetry
if: steps.cached-poetry.outputs.cache-hit != true
Expand Down

0 comments on commit 6617ecb

Please sign in to comment.