Skip to content

Commit

Permalink
ci: use micromamba (#682)
Browse files Browse the repository at this point in the history
* ci: use micromamba

* use different mamba container
  • Loading branch information
SilasK authored Jul 21, 2023
1 parent 8f5f489 commit cdd2581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: continuumio/miniconda3
- image: condaforge/mambaforge
environment:
DATABASE_DIR: databases

Expand All @@ -25,7 +25,6 @@ jobs:
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set always_yes true
conda install -y mamba
- restore_cache:
key: atlasenv-d-{{ checksum "atlasenv.yml" }}
- run:
Expand Down

0 comments on commit cdd2581

Please sign in to comment.