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 6d820a3 commit 68bced0Copy full SHA for 68bced0
Makefile
@@ -18,7 +18,7 @@ install:
18
-rm -rf dist
19
python -m pip install build
20
python -m build
21
- python -m pip install --upgrade $$(echo dist/*.whl)[tests]
+ python -m pip install --upgrade $$(echo dist/*.whl)[test]
22
23
.PHONY: test lint release docs
24
0 commit comments