Skip to content

Commit

Permalink
CLI candiate wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiw committed Jun 7, 2023
1 parent 39519d0 commit 1af25ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# az extension remove -n ml

# <az_ml_install>
az extension add -n ml -y
# az extension add -n ml -y
# </az_ml_install>

# Use a daily build
# az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.9.0-py3-none-any.whl --yes
az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.18.0-py3-none-any.whl --yes
# remove ml extension if it is installed
# if az extension show -n ml &>/dev/null; then
# echo -n 'Removing ml extension...'
Expand Down

0 comments on commit 1af25ce

Please sign in to comment.