It seems that the requirements.txt file is automatically recognized and executed when using the github continous integration. Would it be possible to do this with Azure CLI?
Asked
Active
Viewed 82 times
0
-
This answer should help https://stackoverflow.com/questions/39840209/azure-deployment-not-installing-python-packages-listed-in-requirements-txt – Gaëtan GR Jan 17 '21 at 11:40
-
Thanks @GaëtanGR but I think that the `.skipPythonDeployment` file is unique to github deployment. Couldn't find it in my case. – Antoni Bartczak Jan 17 '21 at 20:44