Skip to content

Commit

Permalink
Added installation requirements step for sim installation in CI setup. (
Browse files Browse the repository at this point in the history
#159)

Added installation requirements step for sim installation in CI setup
  • Loading branch information
mathfac authored Jul 16, 2019
1 parent e1e28f3 commit 21ffe63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@ jobs:
then
git clone https://github.com/facebookresearch/habitat-sim.git
cd habitat-sim
pip install -r requirements.txt --progress-bar off
python setup.py install --headless
else
if [ ! -f ~/miniconda/pip_deps_installed ]
then
cd habitat-sim
pip install -r requirements.txt --progress-bar off
python setup.py install --headless
fi
fi
Expand Down

0 comments on commit 21ffe63

Please sign in to comment.