Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jk0 authored Apr 24, 2024
1 parent 19d21da commit dffb8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ca-certificates \
python-dev autotools-dev libicu-dev libbz2-dev \
libboost-all-dev || true
- uses: "./.github/actions/conda_env_setup"
- uses: ".github/actions/conda_env_setup"
- name: Install libraries and run tests
run: |
conda activate ~/env_home_robot
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
libhdf5-dev || true
- name: Sync submodules
run: git submodule sync && git submodule update --init src/third_party/habitat-lab
- uses: "./.github/actions/conda_env_setup"
- uses: ".github/actions/conda_env_setup"
- name: Install home-robot-sim dependencies & download data
run: |
conda activate ~/env_home_robot
Expand Down

0 comments on commit dffb8ff

Please sign in to comment.