Skip to content

Commit b6a5a4e

Browse files
committed
install test dependencies in ci
1 parent 56d5a5c commit b6a5a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install
3636
run: |
3737
pip install coverage
38-
pip install -e .
38+
pip install -e .[test]
3939
4040
- name: Run tests
4141
run: |

0 commit comments

Comments
 (0)