Skip to content

Commit

Permalink
Changed to source de/activate in build_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent ee235cf commit c3fb146
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 @@ -8,9 +8,9 @@ echo "Installing sphinx, etc. to build the documentation ..."
cd "$TRAVIS_BUILD_DIR"

# Swap out conda environments for one that supports building the documentation
conda deactivate
source deactivate
conda env create -f ci/docs_env.yml
conda activate docs-env
source activate docs-env

echo "Adding the SSH key ..."
cd ci/
Expand Down

0 comments on commit c3fb146

Please sign in to comment.