Skip to content

Commit

Permalink
Activate env during runs
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Aug 13, 2024
1 parent a12bcc1 commit bbb967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_inference_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def build_inference_script(
time_limit=time_limit,
)
)
f.write("\nconda activate PoseBench\n\n")
f.write("\nconda activate PoseBench\n\n")

# Prepare input files
if "prepare_input" in commands:
Expand Down

0 comments on commit bbb967a

Please sign in to comment.