Skip to content

Commit 258be7b

Browse files
committed
update Makefile
1 parent e138ad7 commit 258be7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clean:
2525
@rm -rf *.so && rm -rf build && rm -rf dist && rm -rf asyncmy/*.c && rm -rf asyncmy/*.so
2626

2727
build:
28-
@poetry install cython
28+
@poetry run pip install cython
2929
@poetry build
3030

3131
benchmark: deps

0 commit comments

Comments
 (0)