Commit a09cc0d 1 parent 011c5f7 commit a09cc0d Copy full SHA for a09cc0d
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,21 @@ jobs:
30
30
branch : ${{ inputs.branch }}
31
31
date : ${{ inputs.date }}
32
32
sha : ${{ inputs.sha }}
33
- wheel-tests :
33
+ wheel-tests-cuspatial :
34
34
secrets : inherit
35
35
uses : rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.08
36
36
with :
37
37
build_type : nightly
38
38
branch : ${{ inputs.branch }}
39
39
date : ${{ inputs.date }}
40
40
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
You can’t perform that action at this time.
0 commit comments