Skip to content

Commit

Permalink
Fix docs and python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 6, 2024
1 parent fd72b23 commit d0183fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rapids-print-env

rapids-logger "Downloading artifacts from previous jobs"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
#PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)

rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
Expand Down
8 changes: 4 additions & 4 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ mkdir -p "${RAPIDS_TESTS_DIR}" "${RAPIDS_COVERAGE_DIR}"

rapids-print-env

rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
# --channel "${PYTHON_CHANNEL}" \
libcuvs #cuvs
#rapids-mamba-retry install \
# --channel "${CPP_CHANNEL}" \
## --channel "${PYTHON_CHANNEL}" \
# libcuvs #cuvs

rapids-logger "Check GPU usage"
nvidia-smi
Expand Down

0 comments on commit d0183fe

Please sign in to comment.