Skip to content

Commit 80205ef

Browse files
author
Nick MacCarthy
committed
fix: verify version in tests
1 parent 2e809a8 commit 80205ef

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
@@ -23,3 +23,5 @@ jobs:
2323
run: python3 setup.py install --user
2424
- name: verify we can import
2525
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

Comments
 (0)