From e539d6a5396e9396bfc563d031580c061b381fd4 Mon Sep 17 00:00:00 2001 From: luutuankiet Date: Mon, 19 Feb 2024 01:39:25 +0700 Subject: [PATCH] add quiet flag --- .github/workflows/deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.sh b/.github/workflows/deployment.sh index 4351bea..fc8bd4d 100755 --- a/.github/workflows/deployment.sh +++ b/.github/workflows/deployment.sh @@ -4,7 +4,7 @@ . ./env_init.sh . ./.env -pip install -r requirements.txt +pip install -r -q requirements.txt # setup sessions for service STREAMLIT="streamlit"