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 2e809a8 commit 80205efCopy full SHA for 80205ef
.github/workflows/tests.yaml
@@ -23,3 +23,5 @@ jobs:
23
run: python3 setup.py install --user
24
- name: verify we can import
25
run: python3 -c "from datemath import datemath; print(datemath('now-1d'))"
26
+ - name: verify our version
27
+ run: python3 -c "import datemath; print(datemath.__version__)"
0 commit comments