Skip to content

Commit 418d9d8

Browse files
committed
fix(ci): install streamlit requirements for testing
1 parent 53d9526 commit 418d9d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
cache-dependency-path: "**/pyproject.toml"
3030

3131
- name: Install Python dependencies
32-
run: pip install -e .[test]
32+
run: |
33+
pip install -e .[test]
34+
pip install -r streamlit_app/requirements.txt
3335
3436
- name: Run setup
3537
run: ./bin/init.sh

0 commit comments

Comments
 (0)