Skip to content

Commit 7564d77

Browse files
committed
fix again
1 parent e46768e commit 7564d77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030

3131
build-cuda-plugin:
3232
name: "Build XLA CUDA plugin"
33+
uses: ./.github/workflows/_build_plugin.yml
3334
with:
34-
uses: ./.github/workflows/_build_plugin.yml
3535
dev-image: us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_cuda_12.3
36+
secrets:
37+
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
3638

3739
test-cpu:
3840
name: "CPU tests"

0 commit comments

Comments
 (0)