Skip to content

Commit

Permalink
Fix the default Legion version (#547)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Zalewski <[email protected]>
  • Loading branch information
marcinz and marcinz authored Jan 30, 2023
1 parent 90153d2 commit 3b5f69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def driver():
"--legion-branch",
dest="legion_branch",
required=False,
default="collective",
default="04cf06a2",
help="Legion branch to build Legate with.",
)
args, unknown = parser.parse_known_args()
Expand Down

0 comments on commit 3b5f69a

Please sign in to comment.