diff --git a/.github/workflows/install_dependency.sh b/.github/workflows/install_dependency.sh index 0e663ef26..c1335b5f8 100644 --- a/.github/workflows/install_dependency.sh +++ b/.github/workflows/install_dependency.sh @@ -46,3 +46,5 @@ sudo apt-get install g++-9 sudo apt-get install gcc-9 sudo apt-get install clang-6.0 sudo apt-get install clang-8 +# Python dependencies +python3 -m pip install requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..06e50e114 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +envyaml==1.0.201125 \ No newline at end of file