mirror of https://github.com/mamba-org/mamba.git
[Windows] Fix test failure (#3770)
This commit is contained in:
parent
7b6516d2fa
commit
6a286490ee
|
@ -227,7 +227,6 @@ namespace mamba
|
|||
{ "PYTHONIOENCODING", "utf-8" },
|
||||
{ "NO_COLOR", "1" },
|
||||
{ "PIP_NO_COLOR", "1" },
|
||||
{ "PIP_NO_PYTHON_VERSION_WARNING", "1" },
|
||||
};
|
||||
reproc::options run_options;
|
||||
run_options.env.extra = reproc::env{ env };
|
||||
|
|
Loading…
Reference in New Issue