Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Poetry install before poetry build command in Makefile #1060

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

eabatalov
Copy link
Contributor

Building Python SDK project requires all Poetry dependencies to be installed first. Also adding install command ensures that all dependencies are updating during development if they are changes in pyproject.toml.

Poetry install is exiting in a few ms if everything is installed already so this doesn't add extra delay.

Contribution Checklist

  • If the python-sdk was changed, please run make fmt in python-sdk/.
  • [n/a] If the server was changed, please run make fmt in server/.
  • Make sure all PR Checks are passing.

Building Python SDK project requires all Poetry dependencies to be installed
first. Also adding install command ensures that all dependencies are updating
during development if they are changes in pyproject.toml.

Poetry install is exiting in a few ms if everything is installed already so
this doesn't add extra delay.
@eabatalov eabatalov marked this pull request as ready for review November 22, 2024 11:08
@eabatalov eabatalov merged commit 674610f into main Nov 22, 2024
5 checks passed
@eabatalov eabatalov deleted the eugene-poetry-install branch November 22, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant