Skip to content

Commit 3a88546

Browse files
committed
use ml build image
1 parent 69d963e commit 3a88546

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/asan.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
asan:
1515
runs-on: linux-x86-n2-64
1616
container:
17-
image: index.docker.io/library/ubuntu@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b # ratchet:ubuntu:24.04
17+
image: us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest # ratchet:ubuntu:24.04
1818
strategy:
1919
fail-fast: false
2020
defaults:
2121
run:
2222
shell: bash -l {0}
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
with:
26+
path: jax
2527
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2628
with:
2729
repository: python/cpython

0 commit comments

Comments
 (0)