diff --git a/cli/setup.sh b/cli/setup.sh index 5f0a3e1a1..5df1badee 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -3,10 +3,10 @@ az extension add -n ml -y # # rc install - uncomment and adjust below to run all tests on a CLI release candidate -az extension remove -n ml +# az extension remove -n ml # Use a daily build -az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.6.0-py3-none-any.whl --yes +# az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.6.0-py3-none-any.whl --yes # GROUP="azureml-examples" diff --git a/sdk/setup.sh b/sdk/setup.sh index 1f19add85..82eeb279d 100644 --- a/sdk/setup.sh +++ b/sdk/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# pip install --pre azure-ai-ml +pip install --pre azure-ai-ml # # @@ -9,7 +9,7 @@ pip install mldesigner # # -pip install azure-ai-ml==0.1.0.b4 +# pip install azure-ai-ml==0.1.0.b4 # pip list