Skip to content

Commit c504bd6

Browse files
authored
Update .gitlab-ci.yml
Change .condarc to .mambarc
1 parent cf1c956 commit c504bd6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ before_script:
1717
- which mamba
1818
- mamba --version
1919
# this is a workaround for https://github.com/mamba-org/mamba/issues/1993
20-
- echo "use_lockfiles:" >> ~/.condarc
21-
- echo " - false" >> ~/.condarc
22-
- echo "channels:" >> ~/.condarc
23-
- echo " - defaults" >> ~/.condarc
24-
- echo " - conda-forge" >> ~/.condarc
25-
- echo " - bioconda" >> ~/.condarc
26-
- cat ~/.condarc
20+
- echo "use_lockfiles:" >> ~/.mambarc
21+
- echo " - false" >> ~/.mambarc
22+
- echo "channels:" >> ~/.mambarc
23+
- echo " - defaults" >> ~/.mambarc
24+
- echo " - conda-forge" >> ~/.mambarc
25+
- echo " - bioconda" >> ~/.mambarc
26+
- cat ~/.mambarc
2727

2828

2929
stages:

0 commit comments

Comments
 (0)