diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bbdba68..1672742 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -70,7 +70,6 @@ jobs: run_codecov: false # This selects "ARCH=amd64 + the latest supported Python + CUDA". matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11")) - build-wheels: needs: - compute-matrix @@ -97,7 +96,6 @@ jobs: script: "ci/test_wheel.sh true" # This selects "ARCH=amd64 + the latest supported Python + CUDA". matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11")) - build-docs: needs: - build-conda