Skip to content

feat: use uv for package management#77

Merged
zanieb merged 4 commits intoastral-sh:mainfrom
CoderJoshDK:main
Apr 2, 2024
Merged

feat: use uv for package management#77
zanieb merged 4 commits intoastral-sh:mainfrom
CoderJoshDK:main

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.
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.

2 participants