Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
use rapids conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Jul 8, 2021
1 parent 71b5189 commit 6c93a0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/ci/checks/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ LC_ALL=C.UTF-8
LANG=C.UTF-8

# Activate common conda env
source activate gdf
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

# Run isort and get results/return code
ISORT=`isort --recursive --check-only python`
Expand Down
3 changes: 2 additions & 1 deletion templates/ci/cpu/cpubuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ logger "Get env..."
env

logger "Activate conda env..."
source activate gdf
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

logger "Check versions..."
python --version
Expand Down
3 changes: 2 additions & 1 deletion templates/ci/gpu/gpubuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ logger "Check GPU usage..."
nvidia-smi

logger "Activate conda env..."
source activate gdf
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids
##*
## EDIT: Install all build, runtime, and test dependencies
conda install |<build_dep>| |<runtime_dep>| |<test_dep>|
Expand Down

0 comments on commit 6c93a0a

Please sign in to comment.