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 ccd597aCopy full SHA for ccd597a
.github/workflows/CI.yml
@@ -26,10 +26,10 @@ 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
0 commit comments