diff --git a/.azuredevops/pipeline-integration-test.yml b/.azuredevops/pipeline-integration-test.yml index 415ef2cac..81678fcee 100644 --- a/.azuredevops/pipeline-integration-test.yml +++ b/.azuredevops/pipeline-integration-test.yml @@ -229,6 +229,8 @@ stages: sudo pip3 install -U -r $(Pipeline.Workspace)/$(destinationFolderExtractArtifact)/requirements.txt #Install Requirements sudo pip3 install cx-Oracle sudo pip3 install xmltodict + sudo pip3 install python-dotenv + sudo pip3 install lxml echo python version python3 -V whereis behave