theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
31 stars 14 forks source link

inherit $HOME environment variable for test #105

Closed chrisirhc closed 1 month ago

chrisirhc commented 1 month ago

This is a simple way of ensuring $HOME is available for uv to detect .netrc.

Fixes #103

mark-thm commented 1 month ago

Thanks, didn’t know about RunEnvironmentInfo.