-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update check.yml #302
Update check.yml #302
Conversation
0d43b42
to
b2c4ab3
Compare
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
b2c4ab3
to
6dbec26
Compare
- name: install hatch | ||
run: uv pip install hatch --system | ||
run: uv pip install --system --python 3.12 hatch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this redundant? I don't see the purpose.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I misinterpreted the previous code block. I thought it was this https://hatch.pypa.io/latest/install/#github-actions
I do wonder if that's faster.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The UI rounds the UV version to zero and the official Hatch action to one. Behind the scenes the action downloads a prebuilt distribution so I suppose an optimization, exclusively for GitHub Actions, would be to download just site-packages
. I'm not going to do this because that's a lot of work for one second but just thought I would type this out in case my stream of consciousness is useful to anyone watching 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this installs it into python3.10 that had some permission issues https://github.com/tox-dev/platformdirs/actions/runs/10835509905/job/30131356681?pr=301
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [platformdirs](https://redirect.github.com/tox-dev/platformdirs) ([changelog](https://redirect.github.com/tox-dev/platformdirs/releases)) | `==4.3.2` -> `==4.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.3.3`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.3) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed - Update check.yml by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/302](https://redirect.github.com/tox-dev/platformdirs/pull/302) - don't include outdated changelog in docs by [@​cbm755](https://redirect.github.com/cbm755) in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) ##### New Contributors - [@​cbm755](https://redirect.github.com/cbm755) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) **Full Changelog**: tox-dev/platformdirs@4.3.2...4.3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [platformdirs](https://redirect.github.com/tox-dev/platformdirs) ([changelog](https://redirect.github.com/tox-dev/platformdirs/releases)) | `==4.3.2` -> `==4.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/platformdirs/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/platformdirs/4.3.2/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tox-dev/platformdirs (platformdirs)</summary> ### [`v4.3.3`](https://redirect.github.com/tox-dev/platformdirs/releases/tag/4.3.3) [Compare Source](https://redirect.github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed - Update check.yml by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/platformdirs/pull/302](https://redirect.github.com/tox-dev/platformdirs/pull/302) - don't include outdated changelog in docs by [@​cbm755](https://redirect.github.com/cbm755) in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) ##### New Contributors - [@​cbm755](https://redirect.github.com/cbm755) made their first contribution in [https://github.com/tox-dev/platformdirs/pull/301](https://redirect.github.com/tox-dev/platformdirs/pull/301) **Full Changelog**: tox-dev/platformdirs@4.3.2...4.3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
No description provided.