Skip to content

Commit

Permalink
Run the gate with Python 3 to run mx
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 26, 2019
1 parent 49870c7 commit cfd1436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ local part_definitions = {
java_opts+:: ["-Xmx2G"],
TRUFFLERUBY_CI: "true",
RUBY_BENCHMARKS: "true",
MX_PYTHON_VERSION: "3",
JAVA_OPTS: std.join(" ", self.java_opts),
PATH: std.join(":", self.path + ["$PATH"]),
},
Expand Down

0 comments on commit cfd1436

Please sign in to comment.