Skip to content

Commit 7600df9

Browse files
Use fixed mx version
1 parent 48dff62 commit 7600df9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local defs = import 'defs.jsonnet';
77
// Used to run fewer jobs
88
local debug = false,
99

10-
local overlay = '589714435d27cd69293fe42a8f75ecdd76bd1d06',
10+
local overlay = '55445982aa4ce8431ee557ba5becc515ab9544f8',
1111

1212
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1313

common.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ local common_json = (import "common.json");
4040

4141
local common = python3 + {
4242
packages+: {
43+
'mx': '5.317.1',
4344
'pip:pylint': '==1.9.3',
4445
'pip:ninja_syntax': '==1.7.2',
4546
},

0 commit comments

Comments
 (0)