File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 3939 - name : Set up Python
4040 uses : actions/setup-python@v4
4141 with :
42- python-version : 3.12
43- cache : ' pip'
44- cache-dependency-path : applications/mlflow/tests/requirements.txt
42+ python-version : 3.13
4543
4644 - name : Install Task
4745 uses : arduino/setup-task@v1
@@ -236,9 +234,7 @@ jobs:
236234 - name : Set up Python
237235 uses : actions/setup-python@v4
238236 with :
239- python-version : 3.12
240- cache : ' pip'
241- cache-dependency-path : applications/mlflow/tests/requirements.txt
237+ python-version : 3.13
242238
243239 - name : Install Task
244240 uses : arduino/setup-task@v1
@@ -397,9 +393,7 @@ jobs:
397393 - name : Set up Python
398394 uses : actions/setup-python@v4
399395 with :
400- python-version : 3.12
401- cache : ' pip'
402- cache-dependency-path : applications/mlflow/tests/requirements.txt
396+ python-version : 3.13
403397
404398 - name : Install Task
405399 uses : arduino/setup-task@v1
You can’t perform that action at this time.
0 commit comments