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 cbdb9e2 commit 1d8788eCopy full SHA for 1d8788e
.github/worflows/test.yml
@@ -21,5 +21,7 @@ jobs:
21
# You can test your matrix by printing the current Python version
22
- name: Display Python version
23
run: python -c "import sys; print(sys.version)"
24
+ - name: install deps
25
+ run: python setup.py install
26
- name: test
27
run: python -m unittest
0 commit comments