Skip to content

Commit

Permalink
fix: fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Sep 3, 2024
1 parent 659b102 commit 253c6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
PORT ?= 5001
IMAGE_NAME ?= ai-dial-interceptors-sdk
PLATFORM ?= linux/amd64
DEV_PYTHON ?= 3.11
ARGS=

.PHONY: all install build clean lint format test examples_serve examples_docker_serve

all: build

install:
poetry env use python$(DEV_PYTHON)
poetry install --all-extras
poetry run codegen

Expand Down

0 comments on commit 253c6f7

Please sign in to comment.