Skip to content

Commit 1c96bb5

Browse files
committed
revert using requirements
1 parent a08b6d4 commit 1c96bb5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)