We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c956 commit c504bd6Copy full SHA for c504bd6
.gitlab-ci.yml
@@ -17,13 +17,13 @@ before_script:
17
- which mamba
18
- mamba --version
19
# 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
+ - echo "use_lockfiles:" >> ~/.mambarc
+ - echo " - false" >> ~/.mambarc
+ - echo "channels:" >> ~/.mambarc
+ - echo " - defaults" >> ~/.mambarc
+ - echo " - conda-forge" >> ~/.mambarc
+ - echo " - bioconda" >> ~/.mambarc
+ - cat ~/.mambarc
27
28
29
stages:
0 commit comments