Skip to content

Commit 9c64d17

Browse files
giordanofelixwqp
authored andcommitted
Use larger grid to trigger failure condition
1 parent 7bc952f commit 9c64d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gb-25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if [[ -n "${{ matrix.xla_commit }}" ]]; then
129129
sed -E -i.bak \
130130
-e 's?load\("@jax//third_party/xla:revision.bzl", "XLA_COMMIT", "XLA_SHA256"\)??' \
131-
-e 's/(# )?XLA_COMMIT = ".*"/XLA_COMMIT = "${{ matrix.xla_commit }}"/' \
131+
-e 's/(# )?XLA_COMMIT = ".*"/XLA_COMMIT = "38285eb34756919913c5e575b12403f4a1c5e0e0"/' \
132132
-e 's/(# )?XLA_SHA256 = ""/XLA_SHA256 = ""/' \
133133
ReactantExtra/WORKSPACE
134134
fi

0 commit comments

Comments
 (0)