Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Nov 7, 2024
1 parent fa684df commit 94db845
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/unittest/linux_libs/scripts_habitat/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mkdir data
git lfs update

#python -m habitat_sim.utils.datasets_download --uids rearrange_dataset_v1 rearrange_pick_dataset_v0 rearrange_task_assets --data-path ./data
python -m habitat_sim.utils.datasets_download --uids rearrange_task_assets --data-path ./data
python -m habitat_sim.utils.datasets_download --uids rearrange_task_assets --data-path ./data --prune_lfs 0

python -c "import habitat;import habitat.gym"
python -c """from torchrl.envs.libs.habitat import HabitatEnv
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-linux-habitat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
export TORCH_VERSION=nightly
fi
export COMPOSE_IGNORE_ORPHANS=true
# Set env vars from matrix
export PYTHON_VERSION=${{ matrix.python_version }}
# Commenting these out for now because the GPU test are not working inside docker
Expand Down

0 comments on commit 94db845

Please sign in to comment.