We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aa221 commit 57fa4e4Copy full SHA for 57fa4e4
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
run: python -c "import sys; print(sys.version)"
24
- name: install deps
25
run: python setup.py install
26
- - name: test
+ - name: install dev deps
27
run: pip install pytest
28
+ - name: test
29
run: python -m unittest
0 commit comments