diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index c7cc8093..5601059d 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -159,7 +159,7 @@ jobs: matrix: os: [windows-2022] python: [3.7] - platform: [cpu] + platform: [cpu, cu111] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index dbc68308..36b0ca2f 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -104,7 +104,7 @@ jobs: matrix: os: [windows-2022] python: [3.7] - platform: [cpu] + platform: [cpu, cu111] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}