From 584c6646b26db936ae5f7969221f8df5f9692af7 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 29 Mar 2022 15:17:11 -0500 Subject: [PATCH] Apply suggestions from code review --- ci/cpu/build.sh | 3 --- ci/gpu/build.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index 998098da0dd..0eab3a6789e 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -64,9 +64,6 @@ conda list --show-channel-urls # FIX Added to deal with Anancoda SSL verification issues during conda builds conda config --set ssl_verify False -gpuci_conda_retry remove --force "arrow-cpp" "pyarrow" "orc" 'arrow-cpp-proc=*=cuda' -mamba install -y "arrow-cpp=7.0.0" "pyarrow=7.0.0" "orc" 'arrow-cpp-proc=*=cuda' - ################################################################################ # BUILD - Conda package builds ################################################################################ diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 87bedebbf0b..b1d649db8f9 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -91,9 +91,6 @@ gpuci_mamba_retry install -y \ # https://docs.rapids.ai/maintainers/depmgmt/ # gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env # gpuci_mamba_retry install -y "your-pkg=1.0.0" -gpuci_conda_retry remove --force "arrow-cpp" "pyarrow" "orc" 'arrow-cpp-proc=*=cuda' -gpuci_mamba_retry install -y "arrow-cpp=7.0.0" "pyarrow=7.0.0" "orc" 'arrow-cpp-proc=*=cuda' - gpuci_logger "Check compiler versions"