Skip to content

Commit

Permalink
add quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Feb 18, 2024
1 parent 7e89341 commit e539d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e539d6a

Please sign in to comment.