We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a6de7 commit 340939dCopy full SHA for 340939d
1 file changed
.circleci/config.yml
@@ -10,7 +10,7 @@ variables:
10
run:
11
name: create env
12
command: |
13
- conda env create -f environment.yaml
+ mamba env create -f environment.yaml
14
source activate gnomad_db
15
python -m ipykernel install --user --name gnomad_db --display-name "gnomad_db"
16
workflows:
@@ -25,7 +25,7 @@ workflows:
25
jobs:
26
build-and-test: # This is the name of the job, feel free to change it to better match what you're trying to do!
27
docker:
28
- - image: continuumio/miniconda3
+ - image: condaforge/mambaforge
29
steps:
30
- checkout
31
#- *update_conda
0 commit comments