From 17e543ebdb1674307b68e953f1f81cd9b9f9bd10 Mon Sep 17 00:00:00 2001 From: Ethan Dickinson Date: Mon, 2 Sep 2024 16:45:43 -0400 Subject: [PATCH] debug one thing --- backend/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.py b/backend/build.py index a41c117..49b1cf3 100644 --- a/backend/build.py +++ b/backend/build.py @@ -107,6 +107,6 @@ print("checking file runs") my_env = os.environ.copy() my_env["in-ci"] = "true" - subprocess.check_call([pyinstaller_output_file, "test"], env=my_env) + # subprocess.check_call([pyinstaller_output_file, "test"], env=my_env) print("Verified package ran basic tests and exited w/ success code (0)")