Skip to content

Commit 07a617f

Browse files
feat: skip UV_ environment variables during replay (#222)
1 parent 5420625 commit 07a617f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/runner/replay_env.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var replayProcessEnvVarPrefixesToSkip = []string{
2828
"RBENV_",
2929
"SDKMAN_",
3030
"VOLTA_",
31+
"UV_",
3132
}
3233

3334
func shouldSkipReplayEnvVarForProcess(key string) bool {

0 commit comments

Comments
 (0)