From dd80435e0b8da0c93d4de3f70ddea27ff1dcb5dd Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 21 Mar 2025 00:02:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c44c2c1..5853a7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,7 @@ deploy: source "${STREAMLIT_VENV_DIR}/bin/activate" pip install --upgrade pip # Uncomment if you have a requirements.txt for your app - # pip install -r "${STREAMLIT_APP_DIR}/requirements.txt" - pip install streamlit + pip install -r "${STREAMLIT_APP_DIR}/requirements.txt" # 4. Create/update the systemd service, including the API key environment variable: - |