[Build] Added python depenencies in CI/CD build

This commit is contained in:
ganeshgore 2020-11-25 18:10:26 -07:00
parent fefba0db59
commit 2e4769feb9
2 changed files with 3 additions and 0 deletions

View File

@ -46,3 +46,5 @@ sudo apt-get install g++-9
sudo apt-get install gcc-9 sudo apt-get install gcc-9
sudo apt-get install clang-6.0 sudo apt-get install clang-6.0
sudo apt-get install clang-8 sudo apt-get install clang-8
# Python dependencies
python3 -m pip install requirements.txt

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
envyaml==1.0.201125