Skip to content

Commit

Permalink
Make langkit optional
Browse files Browse the repository at this point in the history
It was getting pulled in for the regular container when it shouldn't be
and bloating the image size.
  • Loading branch information
naddeoa committed Feb 3, 2024
1 parent 524effe commit f8dd462
Show file tree
Hide file tree
Showing 3 changed files with 2,463 additions and 211 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ build: $(src)
publish: build
poetry publish

lint: ## Check for type issues with pyright
poetry run pyright

test: ## Run unit tests
poetry run pytest

Expand Down
Loading

0 comments on commit f8dd462

Please sign in to comment.