We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5420625 commit 07a617fCopy full SHA for 07a617f
1 file changed
internal/runner/replay_env.go
@@ -28,6 +28,7 @@ var replayProcessEnvVarPrefixesToSkip = []string{
28
"RBENV_",
29
"SDKMAN_",
30
"VOLTA_",
31
+ "UV_",
32
}
33
34
func shouldSkipReplayEnvVarForProcess(key string) bool {
0 commit comments