Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Mar 29, 2022
1 parent a918f03 commit 584c664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################################################################
Expand Down
3 changes: 0 additions & 3 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 584c664

Please sign in to comment.