We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1426b34 commit a597948Copy full SHA for a597948
.github/workflows/pull-request-management.yml
@@ -112,7 +112,7 @@ 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
118
0 commit comments