Skip to content

Commit

Permalink
Add mamba dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Aug 7, 2023
1 parent 2484354 commit f8a4d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -c conda-forge -c bioconda snakemake pip
conda install -c conda-forge -c bioconda snakemake pip mamba
pip install .
- name: Deploy panoptes
run: |
Expand Down

0 comments on commit f8a4d85

Please sign in to comment.