Skip to content

Commit

Permalink
Fixing issue where sharppy wasn't installed so docs couldn't build
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent 1535c3b commit b52cbaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ cd ci/
conda env create -f docs_env.yml
source activate docs-env

cd ..
pip install -e .
cd ci/

echo "**************************************************************************************"
echo "Step 1: Adding the SSH key ..."
echo "**************************************************************************************"
Expand Down

0 comments on commit b52cbaa

Please sign in to comment.