diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6dbfc40..8b080b3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ jobs: - checks - conda-cpp-build # - conda-cpp-tests - - conda-python-build + # - conda-python-build # - conda-python-tests - docs-build # - conda-notebook-tests @@ -92,23 +92,23 @@ jobs: # if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp # with: # build_type: pull-request - conda-python-build: - needs: conda-cpp-build - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02 - with: - build_type: pull-request - conda-notebook-tests: - needs: [conda-python-build, changed-files] - secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02 - if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks - with: - build_type: pull-request - node_type: "gpu-v100-latest-1" - arch: "amd64" - container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.12" - run_script: "ci/test_notebooks.sh" + # conda-python-build: + # needs: conda-cpp-build + # secrets: inherit + # uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02 + # with: + # build_type: pull-request + # conda-notebook-tests: + # needs: [conda-python-build, changed-files] + # secrets: inherit + # uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02 + # if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks + # with: + # build_type: pull-request + # node_type: "gpu-v100-latest-1" + # arch: "amd64" + # container_image: "rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.12" + # run_script: "ci/test_notebooks.sh" # conda-python-tests: # needs: [conda-python-build, changed-files] # secrets: inherit @@ -118,7 +118,7 @@ jobs: # build_type: pull-request # matrix_filter: map(select(.ARCH == "amd64")) docs-build: - needs: conda-python-build + needs: conda-cpp-build secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.02 with: