Skip to content

Commit

Permalink
adding --with dev to poetry install for twitter examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 15, 2024
1 parent 3f0da66 commit d697fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twitter-langchain/examples/chatbot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export

.PHONY: run
run:
poetry install && \
poetry install --with dev && \
poetry run python chatbot.py
2 changes: 1 addition & 1 deletion twitter-langchain/examples/post_tweet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export

.PHONY: run
run:
poetry install && \
poetry install --with dev && \
poetry run python post_tweet.py

0 comments on commit d697fb9

Please sign in to comment.