Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Change .condarc to .mambarc
  • Loading branch information
johausmann authored Nov 21, 2023
1 parent cf1c956 commit c504bd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ before_script:
- which mamba
- mamba --version
# this is a workaround for https://github.com/mamba-org/mamba/issues/1993
- echo "use_lockfiles:" >> ~/.condarc
- echo " - false" >> ~/.condarc
- echo "channels:" >> ~/.condarc
- echo " - defaults" >> ~/.condarc
- echo " - conda-forge" >> ~/.condarc
- echo " - bioconda" >> ~/.condarc
- cat ~/.condarc
- echo "use_lockfiles:" >> ~/.mambarc
- echo " - false" >> ~/.mambarc
- echo "channels:" >> ~/.mambarc
- echo " - defaults" >> ~/.mambarc
- echo " - conda-forge" >> ~/.mambarc
- echo " - bioconda" >> ~/.mambarc
- cat ~/.mambarc


stages:
Expand Down

0 comments on commit c504bd6

Please sign in to comment.