Skip to content

Commit

Permalink
Fix typo in wheels-test.yaml. (#1310)
Browse files Browse the repository at this point in the history
Fixes a typo in the `test.yaml` workflow from #1305.

Nightlies failed here: https://github.com/rapidsai/rmm/actions/runs/5665017238

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #1310
  • Loading branch information
bdice authored Jul 26, 2023
1 parent 81e7a38 commit b2ed023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sha: ${{ inputs.sha }}
wheel-tests:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yml@branch-23.08
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.08
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand Down

0 comments on commit b2ed023

Please sign in to comment.