Skip to content

[MNT] fix CI jobs with problems#597

Merged
fkiraly merged 1 commit intopytorch-tabular:mainfrom
fkiraly:fix-ci-issues
Jan 24, 2026
Merged

[MNT] fix CI jobs with problems#597
fkiraly merged 1 commit intopytorch-tabular:mainfrom
fkiraly:fix-ci-issues

Conversation

@fkiraly
Copy link
Copy Markdown
Collaborator

@fkiraly fkiraly commented Jan 10, 2026

Fixes CI jobs with problems:

  • the release.yml workflow for releasing to pypi runs on every PR (!) - fixed to trigger only on GH release. Fixes [BUG] every pull request triggers release.yml #598
  • the label-conflicts workflow seems superfluous, since the GH GUI now automatically highlights PR with merge conflicts through the GUI - removed

@fkiraly fkiraly enabled auto-merge (squash) January 10, 2026 16:13
fkiraly added a commit that referenced this pull request Jan 24, 2026
Migrates packaging to `pyproject.toml`.

* move the dependency sets from `requirements` to `pyproject.toml`
* move `setup.py` and `setup.cfg` to `pyproject.toml`

Also carries out a minimal improvement of the testing workflow:

* remove outdated python 3.8 and 3.9
* add concurrency handling

Depends on #597 which should be merged first
@fkiraly fkiraly disabled auto-merge January 24, 2026 17:13
@fkiraly fkiraly merged commit 9a8b122 into pytorch-tabular:main Jan 24, 2026
2 of 7 checks passed
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.

[BUG] every pull request triggers release.yml

1 participant