From 3d2d0af2f991903ec7be77f9d1909e63806f3a68 Mon Sep 17 00:00:00 2001 From: Ballard Date: Fri, 2 Feb 2024 13:52:47 -0500 Subject: [PATCH] chore: comment out backend setup code --- .github/actions/dev-env-setup/action.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/actions/dev-env-setup/action.yml b/.github/actions/dev-env-setup/action.yml index cef75b6eb..ceccd700e 100644 --- a/.github/actions/dev-env-setup/action.yml +++ b/.github/actions/dev-env-setup/action.yml @@ -42,15 +42,15 @@ runs: #---------------------------------------------- # install dependencies if cache does not exist #---------------------------------------------- - - name: Install dependencies - if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - run: poetry install --no-interaction --no-root - working-directory: ./bc_obps - shell: bash - - name: Install server dev tools - working-directory: ./bc_obps - shell: bash - run: | - make install_backend_asdf_tools - make start_pg - make create_db + #- name: Install dependencies + # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' + # run: poetry install --no-interaction --no-root + # working-directory: ./bc_obps + # shell: bash + #- name: Install server dev tools + # working-directory: ./bc_obps + # shell: bash + # run: | + # make install_backend_asdf_tools + # make start_pg + # make create_db