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

Added proper check of test data installed to fix CI. (#193)

Added proper check of test data installed to fix CI.
parent b5f2b00a
No related branches found
No related tags found
No related merge requests found
......@@ -150,8 +150,7 @@ jobs:
- run:
name: Download test data
command: |
if [ ! -d ./habitat-sim/data ]
if [ ! -d ./habitat-sim/data/scene_datasets/habitat-test-scenes/van-gogh-room.glb ]
then
cd habitat-sim
wget http://dl.fbaipublicfiles.com/habitat/habitat-test-scenes.zip
......
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