Skip to content

Commit 1333338

Browse files
committed
Upgrading python and mlflow versions
1 parent 30ea1fc commit 1333338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)