Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mldesinger] Test mldesigner pre-release version #2026

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion sdk/python/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# </az_ml_sdk_install>

# <mldesigner_install>
pip install mldesigner
pip install mldesigner==0.1.0b18 --extra-index-url https://azuremlsdktestpypi.azureedge.net/test-sdk-cli-v2
# </mldesigner_install>

# <mltable_install>
Expand Down
Loading