Skip to content

Commit 35a0721

Browse files
authored
Update main.yml
1 parent 86a2183 commit 35a0721

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@ jobs:
2222
with:
2323
python-version: '3.10'
2424

25-
- name: Install dep
25+
- name: Install dependencies
26+
run: |
27+
python -m pip install --upgrade pip
28+
pip install -r requirements.txt
29+
30+
- name: Smoke test Dash app
31+
run: |
32+
python -c "from app import app; assert callable(app.run_server)"

0 commit comments

Comments
 (0)