From dee7735f56532e9d482428da16d5b37d909c28d2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 24 Sep 2024 08:21:39 -0500 Subject: [PATCH] revert testing-only changes --- .github/workflows/pr.yaml | 16 ++++++++-------- ci/build_python.sh | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 1e2e2ffc..727e5180 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,7 +13,7 @@ jobs: pr-builder: needs: - build - # - test-conda-nightly-env + - test-conda-nightly-env secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10 build: @@ -21,10 +21,10 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10 with: build_type: pull-request - # test-conda-nightly-env: - # secrets: inherit - # # We use a build workflow so that we get CPU jobs and high matrix coverage - # uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10 - # with: - # build_type: pull-request - # script: "ci/test_conda_nightly_env.sh" + test-conda-nightly-env: + secrets: inherit + # We use a build workflow so that we get CPU jobs and high matrix coverage + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10 + with: + build_type: pull-request + script: "ci/test_conda_nightly_env.sh" diff --git a/ci/build_python.sh b/ci/build_python.sh index 6c8126a7..475da371 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -11,8 +11,6 @@ source rapids-date-string CONDA_CONFIG_FILE="conda/recipes/versions.yaml" -source ./ci/use_conda_packages_from_prs.sh - rapids-print-env rapids-logger "Build rapids-xgboost"