Forum Discussion
Charline_74
2 days agoResolver I
Sempy Labs + Azure DevOps
Do you know if it's possible to run a Sempy Labs module via Azure DevOps—for example, as an action in an Azure DevOps pipeline? If so, do you know how? Do you have any examples? Thanks in Advance, ...
Kagiyama_yutaka
1 day agoContinued Contributor
In DevOps u just drop a Python step, run pip install sempy-labs, then call ur .py. If the agent picks the wrong python, set UsePythonVersion and it behaves. That’s all.