From dffb8ff0a92632ab6d4668f1992ccddc2e7c3cb7 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Wed, 24 Apr 2024 11:29:25 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69fe75f54..6f92968d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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