We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d963e commit 3a88546Copy full SHA for 3a88546
.github/workflows/asan.yaml
@@ -14,14 +14,16 @@ jobs:
14
asan:
15
runs-on: linux-x86-n2-64
16
container:
17
- image: index.docker.io/library/ubuntu@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b # ratchet:ubuntu:24.04
+ image: us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest # ratchet:ubuntu:24.04
18
strategy:
19
fail-fast: false
20
defaults:
21
run:
22
shell: bash -l {0}
23
steps:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ with:
26
+ path: jax
27
28
with:
29
repository: python/cpython
0 commit comments