We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2a8e commit c2be982Copy full SHA for c2be982
.github/workflows/pull-request-management.yml
@@ -426,7 +426,7 @@ jobs:
426
path: ~/.cache/pip
427
key: ${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.10
428
restore-keys: |
429
- ${{ runner.os }}-pip-requirements-ci-3.10-
+ ${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.10
430
- name: 'Install Python requirements'
431
run: |
432
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade
0 commit comments