fix(ci): Add a cache prestep

This commit is contained in:
Timothy Stewart
2024-01-21 13:06:16 -06:00
parent 7cfcd9727c
commit a2d4e91aa5
2 changed files with 2 additions and 16 deletions

View File

@@ -21,14 +21,6 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip' # caching pip dependencies
- name: Cache pip
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('./requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache Ansible
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with: