Set correct cache key locations
This commit is contained in:
parent
4d13e3c78f
commit
659eed4fb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev-requirements.txt') }}
|
||||
key: pip-${{ hashFiles('ansible/requirements.txt') }}-${{ hashFiles('ansible/dev-requirements.txt') }}
|
||||
- name: Install dependencies
|
||||
run: ./scripts/ansible/setup.sh
|
||||
- name: Run linters
|
||||
|
|
Loading…
Reference in a new issue