Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run with black
- name: Run black
run:
pip install black
black . --line-length=78
- name: Lint with flake8
run: |
pip install flake8
flake8 src/ --max-line-length=120
- name: Run Streamlit App Check
run: |
streamlit hello
streamlit hello
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pandas
matplotlib
requests
textblob
streamlit
streamlit
black
Loading