Skip to content

Commit 4f241e4

Browse files
committed
Update sdk/python/setup.sh to target fresh built azure-ai-ml wheel.
1 parent 50f168d commit 4f241e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sdk/python/setup.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
# <az_ml_sdk_install>
4-
# pip install --pre azure-ai-ml
54
# </az_ml_sdk_install>
65

76
# <mldesigner_install>
@@ -15,9 +14,7 @@ pip install pandas
1514

1615

1716
# <az_ml_sdk_test_install>
18-
# pip install azure-ai-ml==0.1.0.b8
19-
pip install azure-ai-ml
20-
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
17+
pip install https://azuresdkartifacts.z5.web.core.windows.net/python/distributions/ml-sample/6085612/azure_ai_ml-1.32.0-py3-none-any.whl
2118
# </az_ml_sdk_test_install>
2219

2320
# protobuf==5.29.0 has IndentationError bug

0 commit comments

Comments
 (0)