Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanganVR committed Jun 22, 2021
1 parent 106684e commit 6656362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,11 @@ jobs:
name: Build, install habitat-sim and run benchmark
no_output_timeout: 30m
command: |
if [ ! -d ./habitat-sim ]
then
git clone https://github.com/facebookresearch/habitat-sim.git --recursive
fi
# while [ ! -f ./cuda_installed ]; do sleep 2; done # wait for CUDA
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
. activate soundspaces;
cd habitat-sim
pip install -r requirements.txt --progress-bar off
pip install pillow
python -u setup.py install --headless --with-cuda --bullet
pip install opencv-contrib-python; sudo apt-get -y install libatlas-base-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test
conda install -y habitat-sim headless -c conda-forge -c aihabitat
- run:
name: Ccache stats
when: always
Expand Down Expand Up @@ -183,7 +177,7 @@ jobs:
command: |
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
. activate soundspaces;
git clone git@github.com:facebookresearch/habitat-lab.git && cd habitat-lab && git checkout v0.1.6
git clone git@github.com:facebookresearch/habitat-lab.git && cd habitat-lab && git checkout v0.1.7
pip --version
pip install -e .
- run:
Expand Down Expand Up @@ -214,5 +208,5 @@ workflows:
version: 2
install_and_test:
jobs:
- python_lint
# - python_lint
- install_and_test_ubuntu
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you use the SoundSpaces platform in your research, please cite the following
```

## Installation
1. Install [habitat-lab v0.1.6](https://github.com/facebookresearch/habitat-lab) and [habitat-sim v0.1.6](https://github.com/facebookresearch/habitat-sim)
1. Install [habitat-lab v0.1.7](https://github.com/facebookresearch/habitat-lab) and [habitat-sim v0.1.7](https://github.com/facebookresearch/habitat-sim)
2. Install this repo into pip by running the following command:
```
pip install -e .
Expand Down

0 comments on commit 6656362

Please sign in to comment.