Skip to content

Commit d17cd6c

Browse files
committed
ci: use pytest exclusively
1 parent a31499e commit d17cd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ jobs:
206206
207207
- name: Test
208208
run: |
209-
pip install numpy scipy pandas networkx
210-
python -m unittest -vvv
209+
pip install numpy scipy pandas networkx pytest
210+
python -m pytest tests
211211
212212
- uses: actions/upload-artifact@v2
213213
with:

0 commit comments

Comments
 (0)