Skip to content

Commit c2be982

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ 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') }}-3.10
430430
- name: 'Install Python requirements'
431431
run: |
432432
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade

0 commit comments

Comments
 (0)