-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|