From 659eed4fb53ca9b5c7ab4efd272b06ad312848c8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 15 Jun 2020 13:12:53 +0100 Subject: [PATCH] Set correct cache key locations --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b48310..20b63f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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