Skip to content

Commit 42cd737

Browse files
author
Nick MacCarthy
committed
feat: add import verification
1 parent 8116029 commit 42cd737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
run: mypy datemath
2222
- name: verify package install
2323
run: python3 setup.py install --user
24+
- name: verify we can import
25+
run: python3 -c "from datemath import datemath; print(datemath('now-1d'))"

0 commit comments

Comments
 (0)