From 3e8d8736c81d69264f2e791a79a3e76d0c7d4ca9 Mon Sep 17 00:00:00 2001 From: monkeyLoveding <125486029+monkeyLoveding@users.noreply.github.com> Date: Fri, 29 May 2026 16:09:52 +0800 Subject: [PATCH] fix stage-b-test-2-npu-a2 image (#26698) --- .github/workflows/pr-test-npu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-npu.yml b/.github/workflows/pr-test-npu.yml index 2edd382ec..445fe3fd9 100644 --- a/.github/workflows/pr-test-npu.yml +++ b/.github/workflows/pr-test-npu.yml @@ -152,7 +152,7 @@ jobs: matrix: part: [0, 1] container: - image: $${{ needs.set-image-config.outputs.CANN_image_910b }} + image: ${{ needs.set-image-config.outputs.CANN_image_910b }} steps: - name: Checkout code uses: actions/checkout@v4