Skip to content
Snippets Groups Projects
Unverified Commit 21ffe636 authored by Oleksandr's avatar Oleksandr Committed by GitHub
Browse files

Added installation requirements step for sim installation in CI setup. (#159)

Added installation requirements step for sim installation in CI setup
parent e1e28f3b
No related branches found
No related tags found
No related merge requests found
...@@ -117,11 +117,13 @@ jobs: ...@@ -117,11 +117,13 @@ jobs:
then then
git clone https://github.com/facebookresearch/habitat-sim.git git clone https://github.com/facebookresearch/habitat-sim.git
cd habitat-sim cd habitat-sim
pip install -r requirements.txt --progress-bar off
python setup.py install --headless python setup.py install --headless
else else
if [ ! -f ~/miniconda/pip_deps_installed ] if [ ! -f ~/miniconda/pip_deps_installed ]
then then
cd habitat-sim cd habitat-sim
pip install -r requirements.txt --progress-bar off
python setup.py install --headless python setup.py install --headless
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment