Set correct cache key locations
This commit is contained in:
parent
4d13e3c78f
commit
659eed4fb5
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…
x
Reference in New Issue
Block a user