Skip to content

Commit e138ad7

Browse files
committed
update Makefile
1 parent 08e1f88 commit e138ad7

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-
@pip install cython
28+
@poetry install cython
2929
@poetry build
3030

3131
benchmark: deps

0 commit comments

Comments
 (0)