-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
pdm update
do not intstall proper revision of git dependency
#1762
Comments
This confuses me, I think installing the latest commit should be desired. |
My mistake, their place correct now |
but the lock file has been the latest revision, you can see it :https://github.com/nonepkg/nonebot-plugin-all4one/blob/7196ed10056a65e2eec14da245783d2dcc44406d/pdm.lock#L455 ,and |
Do you have any steps I can follow to reproduce locally? I failed to reproduce that |
I can reproduce this as follows:
This is the log for the second pdm sync.
It seems |
2.4.9 fixes a bug that ignored the git rev of a dependency pdm-project/pdm#1762
2.4.9 fixes a bug that ignored the git rev of a dependency pdm-project/pdm#1762
2.4.9 fixes a bug that ignored the git rev of a dependency pdm-project/pdm#1762
2.4.9 fixes a bug that ignored the git rev of a dependency pdm-project/pdm#1762
2.4.9 fixes a bug that ignored the git rev of a dependency pdm-project/pdm#1762
it has broken my test action: https://github.com/nonepkg/nonebot-plugin-all4one/actions/runs/4371902592
Steps to reproduce
pdm update
orpdm sync
(when pdm.lock has been updated)Actual behavior
PDM install the cached version.
Expected behavior
PDM install the latest commited.
Environment Information
The text was updated successfully, but these errors were encountered: