Skip to content

Commit ef818b0

Browse files
committed
update restore key for unit tests
1 parent 7ba2a8e commit ef818b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-management.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ jobs:
426426
path: ~/.cache/pip
427427
key: ${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.10
428428
restore-keys: |
429-
${{ runner.os }}-pip-requirements-ci-3.10-
429+
${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-
430+
${{ runner.os }}-pip-requirements-dev-${{ hashFiles('ansible_collections/arista/avd/requirements-dev.txt') }}-
430431
- name: 'Install Python requirements'
431432
run: |
432433
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade

0 commit comments

Comments
 (0)