Change syncing of dependencies with README#13832
Conversation
Yeah sure, |
|
Error in #13831 for a |
|
Would-be PR shows the right diff: https://github.com/mne-tools/mne-python/actions/runs/24210423689/job/70677374714?pr=13832#step:12:27 |
|
Failure mode is wrong though, it should fail at the "open PR" step: it's trying to add a file that is no longer guaranteed to be there |
|
Ah good catch. But, should changes coming from syncing the existing dependencies to I could try changing the logic that if the only changes are introduced by |
Sure -- I would just wrap it in an you could do something more complex like check to see if |
|
Yeah, actually gets to PR submission stage this time |
|
Great! If you can push a commit to remove the |
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
|
Never mind, easy enough with the UI Thanks @tsbinns ! |
Closes #13830
Removes the pre-commit hook for copying dependency updates to the
READMEthat only runs on release, and instead adds it to the SPEC-0 version bumping action.Also removes the unused
environment.ymlfile which was superseded bypylock.ci-old.toml.@larsoner Minor thing, but should
sync_dependencies.pybe moved fromtools/hooks/totools/dir if it's no longer a hook?Also, thanks for updating the SPEC-0 PR message.