Skip to content

Commit

Permalink
chore: comment out backend setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 2, 2024
1 parent 8e7f3fe commit 3d2d0af
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/actions/dev-env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d2d0af

Please sign in to comment.