Skip to content

Commit

Permalink
use built binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed May 22, 2024
1 parent f39f1fd commit 2b195ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hugr-py/tests/test_hugr_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@

def _validate(h: Hugr, mermaid: bool = False):
# TODO point to built hugr binary
cmd = ["cargo", "run", "--features", "cli", "--"]
# cmd = ["cargo", "run", "--features", "cli", "--"]
cmd = ["./target/debug/hugr"]

if mermaid:
cmd.append("--mermaid")
Expand Down

0 comments on commit 2b195ec

Please sign in to comment.