Skip to content

Commit ccd597a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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: |

0 commit comments

Comments
 (0)