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 2c43a7c commit 8116029Copy full SHA for 8116029
.github/workflows/tests.yaml
@@ -20,4 +20,4 @@ jobs:
20
- name: verify type hints
21
run: mypy datemath
22
- name: verify package install
23
- run: python3 setup.py install
+ run: python3 setup.py install --user
0 commit comments