Set correct cache key locations

This commit is contained in:
Jake Howard 2020-06-15 13:12:53 +01:00
parent 4d13e3c78f
commit 659eed4fb5
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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