Skip to content

Commit e085a6f

Browse files
Use pip cache only where nedded
1 parent 5acd2a6 commit e085a6f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test_plugins.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/setup-python@v6
4545
with:
4646
python-version: ${{ matrix.python_version }}
47-
cache: 'pip'
4847

4948
- name: Install Ansible
5049
run: |
@@ -87,7 +86,6 @@ jobs:
8786
uses: actions/setup-python@v6
8887
with:
8988
python-version: ${{ matrix.python_version }}
90-
cache: 'pip'
9189

9290
- name: Install Ansible
9391
run: |
@@ -125,7 +123,6 @@ jobs:
125123
uses: actions/setup-python@v6
126124
with:
127125
python-version: 3.11
128-
cache: 'pip'
129126

130127
- name: Install dependencies
131128
run: |
@@ -260,7 +257,6 @@ jobs:
260257
uses: actions/setup-python@v6
261258
with:
262259
python-version: 3.11
263-
cache: 'pip'
264260

265261
- name: Install dependencies
266262
run: |

0 commit comments

Comments
 (0)