Skip to content
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

ci: Use uv based workflow #217

Merged
merged 5 commits into from
Jan 8, 2025
Merged

ci: Use uv based workflow #217

merged 5 commits into from
Jan 8, 2025

Conversation

cpswan
Copy link
Member

@cpswan cpswan commented Jan 8, 2025

As Actions moves ubuntu-latest to ubuntu-24.04 we need to have a workflow that doesn't try to pip install into the default namespace, as that's now protected.

- What I did

Rather than having a statically generated requirements.txt it's now created from poetry.lock and then installed into a uv created venv using uv.

- How I did it

Tested in https://github.com/cpswan/uv_python_workflow

- How to verify it

CI from this PR should use new approach.

- Description for the changelog

ci: Use uv based workflow

@cpswan cpswan requested a review from XavierChanth January 8, 2025 14:58
@cpswan cpswan self-assigned this Jan 8, 2025
XavierChanth
XavierChanth previously approved these changes Jan 8, 2025
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.

2 participants