You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through https://docs.dagster.io/community/contributing, it seems pyenv is used to create an isolated environment, inside of which uv is installed. Since uv can also be used to create virtual environments, it makes sense to just install uv first (no Homebrew necessary!) and use it all the way. Realistically, all that changes in scripts/install_dev_python_modules.py is that the following lines can be removed:
- # Ensure uv is installed which we use for faster package resolution- subprocess.run(["pip", "install", "-U", "uv"], check=True)-
I think it would also require some (minimal) changes to python_modules/automation/automation/docker/images/buildkite-test/Dockerfile.
Happy to make a PR, if this makes sense!
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
What's the issue or suggestion?
Going through https://docs.dagster.io/community/contributing, it seems pyenv is used to create an isolated environment, inside of which uv is installed. Since uv can also be used to create virtual environments, it makes sense to just install uv first (no Homebrew necessary!) and use it all the way. Realistically, all that changes in scripts/install_dev_python_modules.py is that the following lines can be removed:
I think it would also require some (minimal) changes to python_modules/automation/automation/docker/images/buildkite-test/Dockerfile.
Happy to make a PR, if this makes sense!
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: