Skip to content

Commit 6cd042f

Browse files
committed
Update workflow
1 parent 6d7c714 commit 6cd042f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python -m pytest
4444
- name: Run App
4545
run: |
46-
streamlit run src/app.py &
46+
PARAMETERS=./defaults/cypress.cfg streamlit run src/app.py &
4747
- name: Cypress
4848
uses: cypress-io/github-action@v1
4949
with:

e2e/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"baseUrl": "http://localhost:8000",
33
"viewportWidth": 1200,
4-
"viewportHeight": 660
4+
"viewportHeight": 660,
55
}

src/penn_chime/presentation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from .constants import (
1111
CHANGE_DATE,
12-
DATE_FORMAT,
1312
DOCS_URL,
1413
EPSILON,
1514
FLOAT_INPUT_MIN,

0 commit comments

Comments
 (0)