Skip to content

Commit 68bced0

Browse files
committed
Fix install target
1 parent 6d820a3 commit 68bced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
-rm -rf dist
1919
python -m pip install build
2020
python -m build
21-
python -m pip install --upgrade $$(echo dist/*.whl)[tests]
21+
python -m pip install --upgrade $$(echo dist/*.whl)[test]
2222

2323
.PHONY: test lint release docs
2424

0 commit comments

Comments
 (0)