Skip to content

Commit

Permalink
debug one thing
Browse files Browse the repository at this point in the history
  • Loading branch information
greenmtnboy committed Sep 2, 2024
1 parent f8f7f19 commit 17e543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)")

0 comments on commit 17e543e

Please sign in to comment.