Skip to content

Commit

Permalink
New cli wheel hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjarajic committed Jul 25, 2023
1 parent fd6ba49 commit 0e248b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/setup.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash
# 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

# <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.19.1-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 0e248b9

Please sign in to comment.