We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1426b34 commit 5b79a75Copy full SHA for 5b79a75
.github/workflows/pull-request-management.yml
@@ -112,9 +112,9 @@ jobs:
112
python-version: ${{ matrix.python_version }}
113
cache: 'pip'
114
- name: Install Python requirements
115
- if: steps.cache-ci.outputs.cache-hit != 'true' || steps.cache-dev.outputs.cache-hit != 'true'
+ if: steps.setup-python.outputs.cache-hit != 'true'
116
run: |
117
- pip install -r .github/requirements-ci.txt -r ansible_collections/arista/avd/requirements-dev.txt --upgrade
+ pip install -r --cache-dir ~/.cache/pip .github/requirements-ci.txt -r ansible_collections/arista/avd/requirements-dev.txt --upgrade
118
119
# # ----------------------------------- #
120
# # EOS CLI CONFIG GEN MOLECULE
0 commit comments