Skip to content

Commit

Permalink
fix compare_snippet_output using wrong pixi command for cpp snippet b…
Browse files Browse the repository at this point in the history
…uilding
  • Loading branch information
Wumpf committed Jul 10, 2024
1 parent 5b7ea20 commit 0af7c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/compare_snippet_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main() -> None:
print("----------------------------------------------------------")
print("Build rerun_c & rerun_cpp…")
start_time = time.time()
run(["pixi", "run", "cpp-build-snippets"])
run(["pixi", "run", "-e", "cpp", "cpp-build-snippets"])
elapsed = time.time() - start_time
print(f"rerun-sdk for C++ built in {elapsed:.1f} seconds")
print("")
Expand Down

0 comments on commit 0af7c01

Please sign in to comment.