Skip to content

Commit

Permalink
try build again
Browse files Browse the repository at this point in the history
  • Loading branch information
greenmtnboy committed Sep 2, 2024
1 parent 9fa460f commit 662dd47
Show file tree
Hide file tree
Showing 2 changed files with 882 additions and 331 deletions.
3 changes: 1 addition & 2 deletions backend/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@

pyinstaller_output_file = root / "dist" / final_file
# Copy the PyInstaller output file to the destination folder

if not os.environ.get("in-ci"):
print("copying to target")
destination_folder = base / "frontend" / "public"
Expand All @@ -110,4 +109,4 @@
my_env["in-ci"] = "true"
subprocess.check_call([pyinstaller_output_file, "test"], env=my_env)

print("Verified package ran basic tests and exited 0")
print("Verified package ran basic tests and exited w/ success code (0)")
Loading

0 comments on commit 662dd47

Please sign in to comment.