Skip to content

Commit 1d8788e

Browse files
author
marcel corso
committed
deps
1 parent cbdb9e2 commit 1d8788e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/worflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
# You can test your matrix by printing the current Python version
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
24+
- name: install deps
25+
run: python setup.py install
2426
- name: test
2527
run: python -m unittest

0 commit comments

Comments
 (0)