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

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jan 19, 2023
1 parent cce7282 commit 79511ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ rapids-logger "Create test conda environment"
. /opt/conda/etc/profile.d/conda.sh

rapids-dependency-file-generator \
--output conda \
--output requirements \
--file_key docs \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee req.txt

rapids-mamba-retry env create --force -f env.yaml -n test
rapids-mamba-retry create -y -n test
pip install req.txt
conda activate test

rapids-print-env
Expand Down

0 comments on commit 79511ab

Please sign in to comment.