Skip to content

Commit a597948

Browse files
committed
add cache hit condtion in python-requirements job
1 parent 1426b34 commit a597948

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
@@ -112,7 +112,7 @@ jobs:
112112
python-version: ${{ matrix.python_version }}
113113
cache: 'pip'
114114
- name: Install Python requirements
115-
if: steps.cache-ci.outputs.cache-hit != 'true' || steps.cache-dev.outputs.cache-hit != 'true'
115+
if: steps.setup-python.outputs.cache-hit != 'true'
116116
run: |
117117
pip install -r .github/requirements-ci.txt -r ansible_collections/arista/avd/requirements-dev.txt --upgrade
118118

0 commit comments

Comments
 (0)