Skip to content

Commit 883d817

Browse files
clean
1 parent 1201f1f commit 883d817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
run_codecov: false
7171
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
7272
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
73-
7473
build-wheels:
7574
needs:
7675
- compute-matrix
@@ -97,7 +96,6 @@ jobs:
9796
script: "ci/test_wheel.sh true"
9897
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
9998
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
100-
10199
build-docs:
102100
needs:
103101
- build-conda

0 commit comments

Comments
 (0)