Skip to content

Commit 91a7df6

Browse files
committed
Attempt to fix micromamba config issues
1 parent f82cf1f commit 91a7df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ before_install:
2121
- curl micro.mamba.pm/install.sh | bash
2222
- export PATH="$HOME/micromamba/bin:$PATH"
2323
- hash -r
24-
- micromamba config --set always_yes true
25-
- micromamba config --set changeps1 false
26-
- micromamba config --set show_channel_urls true
24+
- micromamba config set always_yes true
25+
- micromamba config set changeps1 false
26+
- micromamba config set show_channel_urls true
2727

2828
install:
2929
- micromamba env create --file ci/environment.yml

0 commit comments

Comments
 (0)