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 1201f1f commit 883d817Copy full SHA for 883d817
.github/workflows/pr.yaml
@@ -70,7 +70,6 @@ jobs:
70
run_codecov: false
71
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
72
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
73
-
74
build-wheels:
75
needs:
76
- compute-matrix
@@ -97,7 +96,6 @@ jobs:
97
96
script: "ci/test_wheel.sh true"
98
99
100
101
build-docs:
102
103
- build-conda
0 commit comments