Skip to content

Conversation

@feltech
Copy link
Member

@feltech feltech commented Sep 30, 2025

Revert "[CI] Disable backward compatibility check"

This reverts commit ab9ad28.

The check was disabled on the initial commit, since there was no history to diff against, so the check failed.

Add dependencies before executing the 3rd party action, otherwise it fails to import our nodes.

@feltech feltech self-assigned this Sep 30, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Re-enables the backward compatibility validation workflow by removing a TODO comment that was preventing the check from running. This restores automated validation of API compatibility changes in the CI pipeline.

  • Removes temporary TODO comment that disabled the backward compatibility check
  • Restores automated backward compatibility validation in the CI workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Revert "[CI] Disable backward compatibility check"

This reverts commit ab9ad28.

The check was disabled on the initial commit, since there was no history
to diff against, so the check failed.

Signed-off-by: David Feltell <[email protected]>
@feltech feltech force-pushed the work/reenableBackwardCompatCheck branch from f5b8b27 to b79f3dc Compare September 30, 2025 09:53
@feltech
Copy link
Member Author

feltech commented Sep 30, 2025

Fails since the 3rd party action does not install our dependencies, moving to draft whilst looking into it.

@feltech feltech marked this pull request as draft September 30, 2025 10:01
On re-enabling the backward compatibility check that came with the
ComfyUI cookiecutter project, it failed due to missing dependencies
(specifically pytorch).

So install dependencies before running the action. Choose dependencies
from the PR rather than main, in case they are different, in the spirit
of testing backward compatibility.

Signed-off-by: David Feltell <[email protected]>
@feltech feltech force-pushed the work/reenableBackwardCompatCheck branch from 7332228 to c4b38c5 Compare September 30, 2025 10:14
@feltech feltech marked this pull request as ready for review September 30, 2025 10:17
We use `main` rather than `master`, so there's no need to check for
PRs against `master`.

Signed-off-by: David Feltell <[email protected]>
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