-
Notifications
You must be signed in to change notification settings - Fork 621
Add version parsing from Pipfile #1067
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
base: main
Are you sure you want to change the base?
Add version parsing from Pipfile #1067
Conversation
f387444
to
0fc6a29
Compare
Hi @aradkdj, Thanks! |
0fc6a29
to
c44ab2e
Compare
Hi @aradkdj, |
Sure. I took a look at it and could not figure out why it's failing on CI but not on the unit tests. Any pointer would be appreciated |
Hi @aradkdj,
Since 'Pipenv' doesn't match 'Pipfile', the corresponding logic isn't triggered. Please update the file name to resolve the issue. |
c44ab2e
to
e87e3e9
Compare
Sorry I missed that. It should be fixed now |
Hi @aradkdj, If you need any help interpreting the logs or fixing a specific error, feel free to share the error details here and we can assist further. |
Merged and checked if the dist changes. But it didn't. If I understand the errors correctly they come from annotations about the installed |
Hi @aradkdj, |
Description:
Add version parsing from a Pipfile, passed through the
python-version-file
option.Related issue:
#574
Check list: