Skip to content

Commit

Permalink
Fix test self_update on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed May 25, 2023
1 parent 2c341cb commit cfc2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/tests/test_activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def test_self_update(
else:
print(mamba_exe)
extra_start_code = [
"source ~/.bash_profile",
f"source {tmp_home}/.bash_profile", # HOME from os.environ not acknowledged
"micromamba info",
"echo $MAMBA_ROOT_PREFIX",
"echo $HOME",
Expand Down

0 comments on commit cfc2cca

Please sign in to comment.