Skip to content

Commit e4fa740

Browse files
committed
Update ci-test.yml
Added installation of optional dependencies so full test suite runs.
1 parent 5e7d8c7 commit e4fa740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.9'
2828
- name: install deps
2929
run: |
30-
pip install -e .
30+
pip install -e .[whetstone,dev,examples]
3131
- name: Run tests with pytest
3232
run: |
33-
pytest
33+
pytest

0 commit comments

Comments
 (0)