Skip to content

Commit

Permalink
Merge pull request #1060 from tensorlakeai/eugene-poetry-install
Browse files Browse the repository at this point in the history
Run Poetry install before poetry build command in Makefile
  • Loading branch information
eabatalov authored Nov 22, 2024
2 parents 1b0cf4a + 3983b77 commit 674610f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ all: build

build:
@rm -rf dist
@poetry install
@poetry build

fmt:
Expand Down

0 comments on commit 674610f

Please sign in to comment.