Skip to content

Commit

Permalink
Merge pull request #15 from robandpdx-org/convert-facebook-home-robot…
Browse files Browse the repository at this point in the history
…-to-actions

do it
  • Loading branch information
jk0 authored Apr 24, 2024
2 parents 032e537 + 5999393 commit 6f80485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
33 changes: 0 additions & 33 deletions .github/actions/conda_env_setup/action.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
activate-environment: env_home_robot
- name: Run tests
run: |
conda config --set always_yes yes --set changeps1 no
conda info -a
pip install torch pypandoc
pip install -e src/home_robot
cd tests/home_robot
Expand All @@ -52,18 +50,19 @@ jobs:
run: |
git submodule sync
git submodule update --init src/third_party/habitat-lab
- uses: "./.github/actions/conda_env_setup"
- name: Setup Conda environment
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: env_home_robot
- name: Install home-robot-sim dependencies & download data
run: |
conda activate ~/env_home_robot
mamba env update -f src/home_robot_sim/environment.yml
pip install -e src/third_party/habitat-lab
python -m habitat_sim.utils.datasets_download --uids mp3d_example_scene --data-path data/
mkdir -p tests/home_robot_sim/data/scene_datasets/mp3d_example/mp3d
mv data/scene_datasets/mp3d_example/17DRP5sb8fy tests/home_robot_sim/data/scene_datasets/mp3d_example/mp3d
- name: Install libraries and run tests
run: |
conda activate ~/env_home_robot
pip install -e src/home_robot
pip install -e src/home_robot_sim
cd tests/home_robot_sim
Expand Down

0 comments on commit 6f80485

Please sign in to comment.