Skip to content

Commit

Permalink
Remove conda & pip installs from doc script (#1563)
Browse files Browse the repository at this point in the history
This PR removes the conda & pip installs from the doc build script since they're already included in our environment at build time.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Dillon Cullinan (https://github.com/dillon-cullinan)
  - Brad Rees (https://github.com/BradReesWork)

URL: #1563
  • Loading branch information
ajschmidt8 authored Apr 28, 2021
1 parent f6cecf5 commit 9011eec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2021, NVIDIA CORPORATION.
#################################
# cuGraph Docs build script for CI #
#################################
Expand Down Expand Up @@ -28,11 +28,6 @@ gpuci_logger "Activate conda env"
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

# TODO: Move installs to docs-build-env meta package
gpuci_conda_retry install -c anaconda markdown beautifulsoup4 jq
pip install sphinx-markdown-tables


gpuci_logger "Check versions"
python --version
$CC --version
Expand Down

0 comments on commit 9011eec

Please sign in to comment.