We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2a8e commit ef818b0Copy full SHA for ef818b0
.github/workflows/pull-request-management.yml
@@ -426,7 +426,8 @@ 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') }}-
430
+ ${{ runner.os }}-pip-requirements-dev-${{ hashFiles('ansible_collections/arista/avd/requirements-dev.txt') }}-
431
- name: 'Install Python requirements'
432
run: |
433
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade
0 commit comments