mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix pip cache key
This commit is contained in:
parent
403f5f73b7
commit
c440101dc0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.pip-cache.outputs.dir }}
|
||||
key: pip|${{ runner.os }}|3.12|${{ hashFiles('**/setup.cfg') }}
|
||||
key: pip|${{ runner.os }}|3.12|${{ hashFiles('**/pyproject.toml') }}
|
||||
|
||||
- uses: actions/cache@v4
|
||||
id: cache-npm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user