Skip to content

Commit

Permalink
conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 19, 2024
1 parent e2face9 commit 279d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: build new conda env
run: |
eval "$(conda shell.bash hook)"
conda install -n base mamba -y
conda install -n base mamba -y --channel conda-forge
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 279d6eb

Please sign in to comment.