From 9e2638c775e6d8fa97d1f2c4554cc90e396aabdb Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Tue, 4 Jun 2024 17:28:47 -0700 Subject: [PATCH] CI Fixes update lock file for array api --- .github/workflows/update-lock-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-lock-files.yml b/.github/workflows/update-lock-files.yml index d07f62a0433a8..a19d3e923fe2d 100644 --- a/.github/workflows/update-lock-files.yml +++ b/.github/workflows/update-lock-files.yml @@ -29,7 +29,7 @@ jobs: - name: cirrus-arm update_script_args: "--select-tag arm" additional_commit_message: "[cirrus arm]" - - name: array API + - name: array-api update_script_args: "--select-tag cuda" steps: @@ -64,7 +64,7 @@ jobs: # The CUDA workflow needs to be triggered explicitly as it uses an expensive runner - name: Trigger additional tests - if: steps.cpr.outputs.pull-request-number != '' && matrix.name == 'array API' + if: steps.cpr.outputs.pull-request-number != '' && matrix.name == 'array-api' env: GH_TOKEN: ${{ github.token }} run: |