Skip to content

Commit 9be9a63

Browse files
committed
fix(ci): install packages for testing
1 parent 3fcf831 commit 9be9a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Install Python dependencies
2727
run: |
28-
pip install -e .[test]
28+
pip install .[test] ./pems_streamlit ./pems_web
2929
3030
- name: Run tests
3131
run: ./tests/pytest/run.sh

0 commit comments

Comments
 (0)