From 8a05fe7ea9bd869490ee7fd3d069475a29352483 Mon Sep 17 00:00:00 2001 From: zariiii9003 Date: Sun, 8 Oct 2023 21:22:04 +0200 Subject: [PATCH] do not run setup.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69effa0..d310ed1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ test: - python3 setup.py build_ext -b . + python3 -m pip install -e . python3 -m unittest