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: - |