Skip to content

Commit 8116029

Browse files
author
Nick MacCarthy
committed
feat: verify package install
1 parent 2c43a7c commit 8116029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: verify type hints
2121
run: mypy datemath
2222
- name: verify package install
23-
run: python3 setup.py install
23+
run: python3 setup.py install --user

0 commit comments

Comments
 (0)