Skip to content

Commit 30bef82

Browse files
author
Nick MacCarthy
committed
feat: verify package install
1 parent 79bbf61 commit 30bef82

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
@@ -19,3 +19,5 @@ jobs:
1919
run: python3 tests.py
2020
- name: verify type hints
2121
run: mypy datemath
22+
- name: verify package install
23+
run: python3 setup.py install

0 commit comments

Comments
 (0)