Skip to content

Commit

Permalink
revert testing-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 24, 2024
1 parent e031de3 commit dee7735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
pr-builder:
needs:
- build
# - test-conda-nightly-env
- test-conda-nightly-env
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
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/[email protected]
# 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/[email protected]
with:
build_type: pull-request
script: "ci/test_conda_nightly_env.sh"
2 changes: 0 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dee7735

Please sign in to comment.