From fa3c3ebfef2091956df982f187edb4c6e8214e5a Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 20 Oct 2023 16:29:00 -0700 Subject: [PATCH] cuproj tests require cuspatial to be built --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ae4cf091e..33030c56c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -97,7 +97,7 @@ jobs: build_type: pull-request script: ci/build_wheel_cuproj.sh wheel-tests-cuproj: - needs: wheel-build-cuproj + needs: [wheel-build-cuspatial, wheel-build-cuproj] secrets: inherit uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.12 with: