Skip to content

Commit

Permalink
Refactor Makefile install target
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Apr 24, 2024
1 parent 145566f commit 845ef98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ PG_HOST := $$(make --no-print-directory kubectl get service -- -n $(PG_NS) -o js
GITHUB_ORG = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 1)
GITHUB_REPO = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 2)

poetry:
install:
@type poetry >/dev/null || pip3 install poetry

install: poetry
@type yq || sudo apt-get install -y yq
@poetry install --no-root

Expand Down

0 comments on commit 845ef98

Please sign in to comment.