From 8086ee357fb412241d37485172d8f499db2eca6f Mon Sep 17 00:00:00 2001 From: liuwenran <448073814@qq.com> Date: Mon, 13 Nov 2023 13:12:31 +0800 Subject: [PATCH] fix --- .github/workflows/pr_stage_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 66d80bbf5..6c3c72d58 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -109,7 +109,7 @@ jobs: strategy: matrix: python-version: [3.8] - platform: [cpu, cu111] + platform: [cpu, cu118] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}