update samples from Release-110 as a part of SDK release
This commit is contained in:
@@ -129,7 +129,8 @@
|
||||
"for env in envs:\n",
|
||||
" if env.startswith(\"AzureML\"):\n",
|
||||
" print(\"Name\",env)\n",
|
||||
" print(\"packages\", envs[env].python.conda_dependencies.serialize_to_string())"
|
||||
" if envs[env].python.conda_dependencies is not None:\n",
|
||||
" print(\"packages\", envs[env].python.conda_dependencies.serialize_to_string())"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user