-
Notifications
You must be signed in to change notification settings - Fork 45
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
No python version argument in makePythonLock #1275
Comments
blotero
pushed a commit
to blotero/makes
that referenced
this issue
Jan 23, 2024
- added python version as argument for makePythonLock - modified docs with latest feature - added user to mailmap
blotero
pushed a commit
to blotero/makes
that referenced
this issue
Jan 23, 2024
- added python version as argument for makePythonLock - modified docs with latest feature - added user to mailmap Signed-off-by: Brandon Lotero <[email protected]>
dacevedo12
added a commit
that referenced
this issue
Jan 23, 2024
feat(build): #1275 python version in lock
blotero
pushed a commit
to blotero/makes
that referenced
this issue
Jan 23, 2024
- minox fix in typo for makePythonLock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Poetry offers a way to set the python environment version through
poetry env use <python_version>
.Currently, when running
makePythonLock
on aproject.toml
which looks like:Will produce the following output:
An additional python version argument is required in this builtin for letting poetry to know this detail.
The text was updated successfully, but these errors were encountered: