diff --git a/crates/pet-conda/tests/common.rs b/crates/pet-conda/tests/common.rs index 97d8211a..befd8a22 100644 --- a/crates/pet-conda/tests/common.rs +++ b/crates/pet-conda/tests/common.rs @@ -22,6 +22,7 @@ pub fn create_env_variables(home: PathBuf, root: PathBuf) -> EnvVariables { allusersprofile: None, conda_prefix: None, conda_root: None, + conda: None, condarc: None, homedrive: None, known_global_search_locations: vec![],