Skip to content

Commit

Permalink
fuse test env creation and install
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Jan 31, 2025
1 parent 73427e2 commit 42c329e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rapids-logger "Starting Conda Package Test"
rapids-logger "Creating Test Environment"
# TODO: replace this with rapids-dependency-manager
rapids-mamba-retry create -n test \
-c `pwd`/conda-repo \
click \
pytest \
clangdev >=18 \
Expand All @@ -21,7 +22,11 @@ rapids-mamba-retry create -n test \
numba-cuda >=0.2.0 \
pynvjitlink >=0.2 \
cuda-cudart-dev \
python=${RAPIDS_PY_VERSION}
python=${RAPIDS_PY_VERSION} \
# The below are the package to test
ast_canopy \
numbast \
numbast-extensions

# Temporarily allow unbound variables for conda activation.
set +u
Expand All @@ -30,12 +35,6 @@ set -u

rapids-print-env

rapids-mamba-retry install \
-c `pwd`/conda-repo \
ast_canopy \
numbast \
numbast-extensions

rapids-logger "Check GPU usage"
nvidia-smi

Expand Down

0 comments on commit 42c329e

Please sign in to comment.