Skip to content

Commit

Permalink
Fix docs env name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Aug 1, 2024
1 parent 994bba5 commit 6fb48cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail

. /opt/conda/etc/profile.d/conda.sh

rapids-logger "Install testing dependencies"
rapids-logger "Install docs dependencies"
# TODO: Replace with rapids-dependency-file-generator
rapids-mamba-retry create -n docs \
make \
Expand All @@ -16,7 +16,7 @@ rapids-mamba-retry create -n docs \

# Temporarily allow unbound variables for conda activation.
set +u
conda activate test
conda activate docs
set -u

package=$(realpath conda-package/numba-cuda-*.tar.bz2)
Expand Down

0 comments on commit 6fb48cd

Please sign in to comment.