Skip to content

ci: use hatch action#2878

Merged
anakin87 merged 1 commit intomainfrom
hatch-action
Feb 26, 2026
Merged

ci: use hatch action#2878
anakin87 merged 1 commit intomainfrom
hatch-action

Conversation

@anakin87
Copy link
Copy Markdown
Member

@anakin87 anakin87 commented Feb 26, 2026

Related Issues

Proposed Changes:

  • use the official Hatch Github action instead of pip install hatch
    • packaged by Hatch maintainers, reliable (not affected by incompatibility with virtualenv)
    • faster than pip install: speed up on all our workflows (on Ubuntu, 2s vs 10s; on Windows, 14s vs 30s)

How did you test it?

CI

Checklist

Copy link
Copy Markdown
Contributor

@sjrl sjrl left a comment

Choose a reason for hiding this comment

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

Thanks!

@anakin87 anakin87 removed the request for review from julian-risch February 26, 2026 07:30
@anakin87 anakin87 merged commit 4d3295b into main Feb 26, 2026
220 of 223 checks passed
@anakin87 anakin87 deleted the hatch-action branch February 26, 2026 07:54
anakin87 added a commit that referenced this pull request Feb 27, 2026
anakin87 added a commit that referenced this pull request Feb 27, 2026
* Revert "ci: use hatch action (#2878)"

This reverts commit 4d3295b.

* ci: install Hatch via pip; pin virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment