We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d348f4e commit 0b4152fCopy full SHA for 0b4152f
.github/actions/azureml-test/action.yml
@@ -55,7 +55,7 @@ runs:
55
python-version: "3.10"
56
- name: Install AzureML Python SDK
57
shell: bash
58
- run: pip install --quiet "azure-ai-ml>1,<=1.23" mlflow "azureml-mlflow>1,<2"
+ run: pip install --quiet "azure-ai-ml>1,<=1.18.0" "mlflow<=2.15.0" "azureml-mlflow>1,<=1.56.0"
59
- name: Log in to Azure
60
uses: azure/login@v2
61
with:
0 commit comments