From 1244a27e6610907119e5c901cd2c2ad0972c7a88 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Wed, 2 Nov 2022 13:18:56 -0400 Subject: [PATCH] Attempting fix to build script --- build-docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-docs.sh b/build-docs.sh index f7df6af8..3ca72d76 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -9,6 +9,8 @@ nvm use stable export PATH=${PATH}:${HOME}/.local/bin +pip install -r requirements.txt + make clean make SYNC_SDK=TRUE linux make windows macos container k8s openshift