From 21216a3f91c43a2e5d33769359b9e6d8e30f3ff9 Mon Sep 17 00:00:00 2001 From: Changho Hwang Date: Sat, 7 Oct 2023 15:39:12 +0800 Subject: [PATCH] Fix --- .github/workflows/integration-test-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-backup.yml b/.github/workflows/integration-test-backup.yml index ffc5fe3af..6e02a32bb 100644 --- a/.github/workflows/integration-test-backup.yml +++ b/.github/workflows/integration-test-backup.yml @@ -7,7 +7,7 @@ jobs: runs-on: self-hosted strategy: matrix: - container-image: [ghcr.io/microsoft/mscclpp/mscclpp:base-cuda11.8, ghcr.io/microsoft/mscclpp/mscclpp:base-cuda12.1] + container-image: [ "ghcr.io/microsoft/mscclpp/mscclpp:base-cuda11.8", "ghcr.io/microsoft/mscclpp/mscclpp:base-cuda12.1" ] container: image: ${{ matrix.container-image }}