Skip to content

Commit

Permalink
Switch back to 24.06 branch for pandas tests (#15543)
Browse files Browse the repository at this point in the history
This PR switches the `custom-build` shared workflow branch back to `branch-24.06` which now contains the necessary upload artifact changes.

Authors:
   - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
galipremsagar authored Apr 16, 2024
1 parent c32274f commit f0be36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
pandas-tests-diff:
# diff the results of running the Pandas unit tests and publish a job summary
needs: pandas-tests
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@patch-1
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.06
with:
node_type: cpu4
build_type: pull-request
Expand Down

0 comments on commit f0be36b

Please sign in to comment.