Skip to content

Commit 9ded4ae

Browse files
authored
Merge pull request #55 from CodeForPhilly/sam-refactor
Refactor (move towards module)
2 parents b2c622e + 23f1a2d commit 9ded4ae

File tree

10 files changed

+670
-378
lines changed

10 files changed

+670
-378
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Test with pytest
3838
run: |
3939
pip install pytest
40-
pytest
40+
python -m pytest

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: sh setup.sh && streamlit run app.py && echo $PORT
1+
web: STREAMLIT_SERVER_PORT=$PORT streamlit run app.py

0 commit comments

Comments
 (0)