Skip to content

Commit 340939d

Browse files
authored
mamba
1 parent 69a6de7 commit 340939d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variables:
1010
run:
1111
name: create env
1212
command: |
13-
conda env create -f environment.yaml
13+
mamba env create -f environment.yaml
1414
source activate gnomad_db
1515
python -m ipykernel install --user --name gnomad_db --display-name "gnomad_db"
1616
workflows:
@@ -25,7 +25,7 @@ workflows:
2525
jobs:
2626
build-and-test: # This is the name of the job, feel free to change it to better match what you're trying to do!
2727
docker:
28-
- image: continuumio/miniconda3
28+
- image: condaforge/mambaforge
2929
steps:
3030
- checkout
3131
#- *update_conda

0 commit comments

Comments
 (0)