We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa76b7 commit 7105866Copy full SHA for 7105866
.github/workflows/tests.yml
@@ -38,4 +38,4 @@ jobs:
38
pytest -v "${PYTEST_EXTRA[@]}"
39
40
# Make sure it installs
41
- python setup.py install
+ python -m pip install .
0 commit comments