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

feat: use uv for package management #77

Merged
merged 4 commits into from Apr 2, 2024
Merged

Conversation

CoderJoshDK
Copy link
Contributor

Summary

uv is great. So we should use it where we can.

The cache had to be removed because the workflow breaks currently. actions/setup-python#822
When this is solved, caching can be brought back in.

Test Plan

Ran workflow on my local repo.

@zanieb zanieb self-assigned this Mar 23, 2024
`uv` should be used to install all required packages. However, you need
to have `uv` installed first. Meaning, you end up in a circle
dependency. While this should not result in any issues, this commit is
to help ensure that.

The main motivation for this: #77 (comment)

In development, you only need `uv` for compiling the
`requirements-dev.txt` file.
pyproject.toml Outdated Show resolved Hide resolved
Copy link
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

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

Thanks again!

@zanieb zanieb merged commit 4025f7f into astral-sh:main Apr 2, 2024
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.

None yet

2 participants