We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f297b commit cb8283bCopy full SHA for cb8283b
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
run: pydocstyle
52
53
- name: Setup
54
- run: python setup.py install
+ run: pip install .
55
56
- name: Test
57
run: pytest --cov=pyfritzhome --cov-report=lcov
0 commit comments