Skip to content

Commit 15879f8

Browse files
committed
add: package-install in Makefile
1 parent 7a8a319 commit 15879f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ install:
44
run:
55
uv run gendiff
66

7+
package-install:
8+
uv tool install --force dist/*.whl
9+
710
test:
811
uv run pytest
912

0 commit comments

Comments
 (0)