feature: Refactor CI to use shared setup-uv-project action #211
feature: Refactor CI to use shared setup-uv-project action #211johannaSommer merged 4 commits intoPrunaAI:mainfrom
Conversation
| runs: | ||
| using: composite | ||
| steps: | ||
| - uses: astral-sh/setup-uv@v6 |
There was a problem hiding this comment.
uv setups live here, and I've activated the virtual environment by default, so we don't need to prefix commands with uv.
|
Hey @GreatBahram we really appreciate the contribution! Sorry for the late response, the Pruna team was offsite for our team retreat, but now we are back in action and will have a look ASAP. |
johannaSommer
left a comment
There was a problem hiding this comment.
Looks already perfect to me, really cool change it makes things a lot cleaner and less redundant!
johnrachwan123
left a comment
There was a problem hiding this comment.
LGTM! Can you rebase on to main to resolve the changes and then we merge ?
40e7f04 to
698fdd9
Compare
Thanks, @johnrachwan123! Rebased the main branch into this; feel free to merge this 🚀 |

Description
This PR introduces a reusable composite GitHub Action to standardize
uvsetup across workflows.Related Issue
Fixes #(issue number)
Type of Change
How Has This Been Tested?
Checklist
Additional Notes