Skip to content

Commit a09cc0d

Browse files
authored
Update nightly wheel tests for cuproj (#1250)
Follow up to #1217 to enable wheels testing for `cuproj` for nightly tests. Should fix issue seen [here](https://github.com/rapidsai/cuspatial/actions/runs/5748659541/job/15581971500) Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1250
1 parent 011c5f7 commit a09cc0d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/test.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,21 @@ jobs:
3030
branch: ${{ inputs.branch }}
3131
date: ${{ inputs.date }}
3232
sha: ${{ inputs.sha }}
33-
wheel-tests:
33+
wheel-tests-cuspatial:
3434
secrets: inherit
3535
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.08
3636
with:
3737
build_type: nightly
3838
branch: ${{ inputs.branch }}
3939
date: ${{ inputs.date }}
4040
sha: ${{ inputs.sha }}
41-
script: ci/test_wheel.sh
41+
script: ci/test_wheel_cuspatial.sh
42+
wheel-tests-cuproj:
43+
secrets: inherit
44+
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.08
45+
with:
46+
build_type: nightly
47+
branch: ${{ inputs.branch }}
48+
date: ${{ inputs.date }}
49+
sha: ${{ inputs.sha }}
50+
script: ci/test_wheel_cuproj.sh

0 commit comments

Comments
 (0)