From f8326916aef02356026903224f2c2c00b224a845 Mon Sep 17 00:00:00 2001 From: John Turner <7strbass@gmail.com> Date: Thu, 9 Jan 2025 17:14:11 -0500 Subject: [PATCH] -- Remove repo ref lab PR --- .github/workflows/install_and_test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/install_and_test.yml b/.github/workflows/install_and_test.yml index f787dea084..88dcce6456 100644 --- a/.github/workflows/install_and_test.yml +++ b/.github/workflows/install_and_test.yml @@ -227,10 +227,6 @@ jobs: fi cd habitat-lab pip install -r habitat-lab/requirements.txt --progress-bar off - #Added to test against Eigen Refactor Lab PR DO NOT MERGE - git fetch - git switch SimBE_EigenRefactor1 - #end Added to test against Eigen Refactor Lab PR DO NOT MERGE ln -s ../habitat-sim/data data - name: Run Habitat Lab tests run: |-