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 26aec08 commit a3853edCopy full SHA for a3853ed
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
date: ${{ inputs.date }}
42
script: ci/build_python.sh
43
sha: ${{ inputs.sha }}
44
- pure-conda: true
+ pure-conda: cuda_major
45
upload-conda:
46
needs: [build]
47
secrets: inherit
.github/workflows/pr.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
build_type: pull-request
32
33
34
test-conda-nightly-env:
35
needs: checks
36
0 commit comments