Skip to content

Commit 6c88bb1

Browse files
committed
remove cache from pythong setup
1 parent aff5441 commit 6c88bb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: '3.13'
43-
cache: 'pip'
4443

4544
- name: Install Task
4645
uses: arduino/setup-task@v1
@@ -236,7 +235,6 @@ jobs:
236235
uses: actions/setup-python@v5
237236
with:
238237
python-version: '3.13'
239-
cache: 'pip'
240238

241239
- name: Install Task
242240
uses: arduino/setup-task@v1
@@ -385,7 +383,6 @@ jobs:
385383
uses: actions/setup-python@v5
386384
with:
387385
python-version: '3.13.3'
388-
cache: 'pip'
389386

390387
- name: Install Task
391388
uses: arduino/setup-task@v1

0 commit comments

Comments
 (0)