diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 30416fdd64a..e48f2e11acd 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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/build-in-devcontainer.yaml@branch-25.02 with: arch: '["amd64"]'