Skip to content

Commit a3853ed

Browse files
committed
fix(conda): fan out noarch builds by cuda-major version
1 parent 26aec08 commit a3853ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
date: ${{ inputs.date }}
4242
script: ci/build_python.sh
4343
sha: ${{ inputs.sha }}
44-
pure-conda: true
44+
pure-conda: cuda_major
4545
upload-conda:
4646
needs: [build]
4747
secrets: inherit

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
build_type: pull-request
3232
script: ci/build_python.sh
33-
pure-conda: true
33+
pure-conda: cuda_major
3434
test-conda-nightly-env:
3535
needs: checks
3636
secrets: inherit

0 commit comments

Comments
 (0)