Skip to content

Commit 57fa4e4

Browse files
author
marcel corso
committed
yaml
1 parent 24aa221 commit 57fa4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: python -c "import sys; print(sys.version)"
2424
- name: install deps
2525
run: python setup.py install
26-
- name: test
26+
- name: install dev deps
2727
run: pip install pytest
28+
- name: test
2829
run: python -m unittest

0 commit comments

Comments
 (0)