From d4eb26780a8a8c70ca75812af0c3c6a295c0797c Mon Sep 17 00:00:00 2001 From: Anonymous Authors Date: Fri, 24 Jul 2026 13:52:11 -0500 Subject: Restore original GAP prompts and lock prompt bytes --- GAP_End_to_End.ipynb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GAP_End_to_End.ipynb') diff --git a/GAP_End_to_End.ipynb b/GAP_End_to_End.ipynb index 92910bb..bdb519f 100644 --- a/GAP_End_to_End.ipynb +++ b/GAP_End_to_End.ipynb @@ -38,6 +38,11 @@ "src_path = str(PACKAGE_ROOT / \"src\")\n", "if src_path not in sys.path:\n", " sys.path.insert(0, src_path)\n", + "subprocess.run(\n", + " [sys.executable, \"-m\", \"pytest\", \"-q\", str(PACKAGE_ROOT / \"tests\" / \"test_prompts.py\")],\n", + " cwd=PACKAGE_ROOT,\n", + " check=True,\n", + ")\n", "print(f\"GAP package root: {PACKAGE_ROOT}\")" ] }, -- cgit v1.2.3