Skip to content

Commit

Permalink
Remove conda channel setup from wheel CI image script. (#15539)
Browse files Browse the repository at this point in the history
The new `configure_cpp_static.sh` script added in #15437 is calling `rapids-configure-conda-channels`. However, it is doing so on a `ci-wheel` image, which fails. This is causing CI issues and needs to be removed.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #15539
  • Loading branch information
bdice authored Apr 16, 2024
1 parent 74b39e2 commit 8919690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/configure_cpp_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -euo pipefail

rapids-configure-conda-channels

source rapids-date-string

rapids-logger "Configure static cpp build"
Expand Down

0 comments on commit 8919690

Please sign in to comment.