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 31356ed commit 24aa221Copy full SHA for 24aa221
.github/workflows/test.yml
@@ -24,4 +24,5 @@ jobs:
24
- name: install deps
25
run: python setup.py install
26
- name: test
27
+ run: pip install pytest
28
run: python -m unittest
0 commit comments