Skip to content

Commit

Permalink
open ssh again
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Jul 10, 2024
1 parent d006968 commit 282ba8d
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: |-
sudo chmod -R 777 /
Expand All @@ -75,5 +77,3 @@ jobs:
pip install -r requirements.txt --progress-bar off
git submodule update --init --recursive --jobs 8
~/miniconda3/envs/habitat/bin/python -u setup.py install --build-type "Release" --lto --headless --bullet
- name: Debugging with tmate
uses: mxschmitt/action-tmate@v3.18

0 comments on commit 282ba8d

Please sign in to comment.