From 659a88a767076be41a8a06586da6821f11c2bee3 Mon Sep 17 00:00:00 2001 From: Crutcher Dunnavant Date: Tue, 4 Apr 2023 18:31:08 +0000 Subject: [PATCH] remove env hook --- python/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test.sh b/python/test.sh index 87fc5a8c..885768cf 100755 --- a/python/test.sh +++ b/python/test.sh @@ -9,4 +9,4 @@ fi cmake --build build cd build -MSCCLPP_DEBUG=INFO pytest -s mscclpp +pytest -s mscclpp