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

Migrate GitHub Actions to use UV #2748

Closed
Alek99 opened this issue Feb 28, 2024 · 2 comments · Fixed by #3285
Closed

Migrate GitHub Actions to use UV #2748

Alek99 opened this issue Feb 28, 2024 · 2 comments · Fixed by #3285
Labels
enhancement Anything you want improved feature request A feature you wanted added to reflex help wanted Extra attention is needed

Comments

@Alek99
Copy link
Contributor

Alek99 commented Feb 28, 2024

For all of our GitHub actions, we should migrate to uv to reduce build time and increase iteration speed.

@Alek99 Alek99 added enhancement Anything you want improved help wanted Extra attention is needed feature request A feature you wanted added to reflex labels Feb 28, 2024
@thphuc
Copy link
Contributor

thphuc commented Mar 4, 2024

@Alek99 I'm just curious, what is UV?

@ElijahAhianyo
Copy link
Collaborator

@Alek99 I'm just curious, what is UV?

Heres a link https://github.com/astral-sh/uv

ericwb added a commit to ericwb/reflex that referenced this issue May 13, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
ericwb added a commit to ericwb/reflex that referenced this issue May 13, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
ericwb added a commit to ericwb/reflex that referenced this issue May 13, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
@ericwb ericwb mentioned this issue May 13, 2024
6 tasks
ericwb added a commit to ericwb/reflex that referenced this issue May 13, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
ericwb added a commit to ericwb/reflex that referenced this issue May 13, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Lendemor pushed a commit that referenced this issue May 15, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: #2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
benedikt-bartscher pushed a commit to benedikt-bartscher/reflex that referenced this issue May 16, 2024
In order to improve build time performance, this change switches
usage of pip to uv. The uv command is a pip alternative promising
much faster installs of Python packages.

For more information on uv, see:
https://github.com/astral-sh/uv

Closes: reflex-dev#2748

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Anything you want improved feature request A feature you wanted added to reflex help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants