Skip to content

Commit af6f9fc

Browse files
committed
Added optional dependency tests to CI
1 parent f89f83b commit af6f9fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
make
2525
sudo make install
2626
- run: pytest
27+
28+
- run: pip install --group dev-optional
29+
- run: pytest

0 commit comments

Comments
 (0)