Skip to content

Commit

Permalink
Update python-streamlit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlouis authored Dec 4, 2023
1 parent f3d3c2b commit 230c092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-streamlit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
PIPENV_VENV_IN_PROJECT: 1 # To ensure that the virtual environment is created within the project directory

- name: Build package
run: streamlit run app.py
run: |
streamlit run app.py &
sleep 5 # Adjust the sleep time as needed
pkill -f "streamlit run app.py"

0 comments on commit 230c092

Please sign in to comment.