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:
2626 if : hashFiles('**/requirements.txt', '**/pyproject.toml') == ''
2727 run : |
2828 touch ./requirements.txt
29- echo "mlflow==2.17.2 " > ./requirements.txt
29+ echo "mlflow==2.20.1 " > ./requirements.txt
3030 - uses : actions/setup-python@v4
3131 with :
32- python-version : ' 3.10.13 '
32+ python-version : ' 3.12.3 '
3333 cache : ' pip'
3434 - name : Setup mlflow locally
3535 run : |
3636 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 &
3838 sleep 5
3939 - uses : julia-actions/setup-julia@v1
4040 with :
You can’t perform that action at this time.
0 commit comments