Skip to content

Commit

Permalink
Improve cache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Apr 10, 2024
1 parent 3f14074 commit 7bb7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
path: |
~/.cache/pre-commit
~/.cache/pip
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml') }}|${{ hashFiles('.github/workflows/pre-commit.yml') }}
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}

- name: Install python dependencies
run: python -m pip install pre-commit docutils
Expand Down

0 comments on commit 7bb7270

Please sign in to comment.