Skip to content

Commit

Permalink
add sudo commands for lxml dotenv in file yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaaccenture committed Sep 20, 2024
1 parent 44fd024 commit 63ec3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azuredevops/pipeline-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63ec3d1

Please sign in to comment.