Skip to content

Commit

Permalink
move ssh back up
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 10, 2024
1 parent 5f92e90 commit 50dc339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: CPU info
run: cat /proc/cpuinfo
- uses: "./habitat-sim/.github/actions/install_ubuntu_deps"
- name: Debugging with tmate
uses: mxschmitt/action-tmate@v3.18
- name: Build, install habitat-sim
run: |-
#give cmake ownership to the runner for installation
Expand Down Expand Up @@ -93,5 +95,3 @@ jobs:
git lfs install
python src_python/habitat_sim/utils/datasets_download.py --uids ci_test_assets ycb rearrange_dataset_v2 --replace --data-path data/ --no-prune
ls -la data/scene_datasets/habitat-test-scenes/
- name: Debugging with tmate
uses: mxschmitt/action-tmate@v3.18

0 comments on commit 50dc339

Please sign in to comment.