Skip to content

Commit e6f5dfe

Browse files
committed
use python3
1 parent 0a10b42 commit e6f5dfe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci_common/builder.libsonnet

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ local mixins = import 'mixins.libsonnet';
2525
local common = base + mixins.labsjdk8 + {
2626
dynamicImports:: "/compiler",
2727

28+
environment +: {
29+
MX_PYTHON_VERSION: "3",
30+
},
31+
2832
setup +: [
2933
["mx", "sforceimports"],
3034
["mx", "--dynamicimports", self.dynamicImports, "build"],
@@ -115,4 +119,4 @@ local mixins = import 'mixins.libsonnet';
115119
name: "python-coverage"
116120
},
117121

118-
}
122+
}

0 commit comments

Comments
 (0)