We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165cc23 commit 5df836bCopy full SHA for 5df836b
.github/workflows/build.yaml
@@ -51,7 +51,7 @@ jobs:
51
arch: "amd64"
52
branch: ${{ inputs.branch }}
53
build_type: ${{ inputs.build_type || 'branch' }}
54
- container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11"
+ container_image: "rapidsai/ci-conda:latest"
55
date: ${{ inputs.date }}
56
run_script: "ci/build_docs.sh"
57
sha: ${{ inputs.sha }}
.github/workflows/pr.yaml
@@ -124,7 +124,7 @@ jobs:
124
with:
125
126
build_type: pull-request
127
128
129
wheel-build-pylibwholegraph:
130
needs: checks
0 commit comments