Skip to content

Commit

Permalink
use mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 19, 2024
1 parent e6d7ebe commit d94931e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: build new conda env
run: |
eval "$(conda shell.bash hook)"
conda create -p ./env -y python=${{ matrix.python-version }} --file test-requirements.txt --channel conda-forge --channel bioconda
conda install -n mamba -y
mamba create -p ./env -y python=${{ matrix.python-version }} --file test-requirements.txt --channel conda-forge --channel bioconda
conda activate ./env
pip install -e .
Expand Down

0 comments on commit d94931e

Please sign in to comment.