From 0a218840ae15b0737408fedd5b34f34ae99f8588 Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Thu, 3 Oct 2024 21:04:17 -0700 Subject: [PATCH] Update build.sh --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 58b181a..7b85087 100644 --- a/build.sh +++ b/build.sh @@ -46,5 +46,3 @@ except ImportError as e: sys.exit(1) # ' -# Optionally, you can include additional checks or commands below -# For example, checking for specific versions of packages or running a test script. -- GitLab