Skip to content

Commit

Permalink
Move tmate up.
Browse files Browse the repository at this point in the history
  • Loading branch information
0mdc committed Nov 14, 2024
1 parent 5ecd02d commit 76d79dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ jobs:
path: "./habitat-sim"
- name: CPU info
run: cat /proc/cpuinfo
- name: Debugging with tmate
uses: mxschmitt/[email protected]
- uses: "./habitat-sim/.github/actions/install_ubuntu_deps"
- name: Build, install habitat-sim
run: |-
#give cmake ownership to the runner for installation
sudo chown runner -R /opt/cmake312/
#activate conda env
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
export PATH=$HOME/miniconda/bin:$PATH
conda init
source ~/.bashrc
conda activate habitat
Expand All @@ -87,9 +89,7 @@ jobs:
git --version
git-lfs --version
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
conda init
source ~/.bashrc
conda activate habitat
. activate habitat
conda install -y gitpython git-lfs
cd habitat-sim
git lfs install
Expand Down

0 comments on commit 76d79dd

Please sign in to comment.