Skip to content

Commit

Permalink
build wholegraph before cugraph
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 3, 2024
1 parent 6768edf commit 741418b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { libs: 'rmm KvikIO cudf cudf_kafka cuspatial', args: 'BUILD_TESTS BUILD_BENCHMARKS' }
- { libs: 'rmm ucxx raft cuvs', args: 'BUILD_TESTS BUILD_BENCHMARKS BUILD_ANN_BENCH BUILD_PRIMS_BENCH' }
- { libs: 'rmm ucxx raft cumlprims_mg cuml', args: 'BUILD_TESTS BUILD_BENCHMARKS BUILD_ANN_BENCH BUILD_PRIMS_BENCH' }
- { libs: 'rmm ucxx raft cugraph-ops cugraph wholegraph', args: 'BUILD_TESTS BUILD_BENCHMARKS BUILD_ANN_BENCH BUILD_PRIMS_BENCH' }
- { libs: 'rmm ucxx raft cugraph-ops wholegraph cugraph', args: 'BUILD_TESTS BUILD_BENCHMARKS BUILD_ANN_BENCH BUILD_PRIMS_BENCH' }
permissions:
actions: read
packages: read
Expand Down

0 comments on commit 741418b

Please sign in to comment.