We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea1fc commit 1333338Copy full SHA for 1333338
1 file changed
.github/workflows/CI.yml
@@ -26,15 +26,15 @@ jobs:
26
if: hashFiles('**/requirements.txt', '**/pyproject.toml') == ''
27
run: |
28
touch ./requirements.txt
29
- echo "mlflow==2.17.2" > ./requirements.txt
+ echo "mlflow==2.20.1" > ./requirements.txt
30
- uses: actions/setup-python@v4
31
with:
32
- python-version: '3.10.13'
+ python-version: '3.12.3'
33
cache: 'pip'
34
- name: Setup mlflow locally
35
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 &
+ python3 /opt/hostedtoolcache/Python/3.12.3/x64/bin/mlflow server --app-name basic-auth --host 0.0.0.0 --port 5000 &
38
sleep 5
39
- uses: julia-actions/setup-julia@v1
40
0 commit comments