File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
if : hashFiles('**/requirements.txt', '**/pyproject.toml') == ''
27
27
run : |
28
28
touch ./requirements.txt
29
- echo "mlflow==2.17.2 " > ./requirements.txt
29
+ echo "mlflow==2.20.1 " > ./requirements.txt
30
30
- uses : actions/setup-python@v4
31
31
with :
32
- python-version : ' 3.10.13 '
32
+ python-version : ' 3.12.3 '
33
33
cache : ' pip'
34
34
- name : Setup mlflow locally
35
35
run : |
36
36
pip install -r ./requirements.txt
37
- python3 /opt/hostedtoolcache/Python/3.10.13 /x64/bin/mlflow server --app-name basic-auth --host 0.0.0.0 --port 5000 &
37
+ python3 /opt/hostedtoolcache/Python/3.12.3 /x64/bin/mlflow server --app-name basic-auth --host 0.0.0.0 --port 5000 &
38
38
sleep 5
39
39
- uses : julia-actions/setup-julia@v1
40
40
with :
You can’t perform that action at this time.
0 commit comments