Skip to content

Commit

Permalink
Merge branch 'libcugraph-wheel' of github.com:jameslamb/cugraph into …
Browse files Browse the repository at this point in the history
…libcugraph-wheel
  • Loading branch information
jameslamb committed Jan 17, 2025
2 parents ba73e56 + 96fb23a commit 2dbd946
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,9 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel_cugraph.sh
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
matrix_filter: map(select(.ARCH == "amd64")) | max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
devcontainer:
secrets: inherit
# needs: telemetry-setup
needs: telemetry-setup
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
arch: '["amd64"]'
Expand Down

0 comments on commit 2dbd946

Please sign in to comment.