diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 4d4f945b..6c38e2fe 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -34,7 +34,7 @@ jobs: auto-update-conda: true python-version: ${{ matrix.python-version }} mamba-version: "*" - channels: conda-forge,defaults + channels: conda-forge,bioconda,defaults channel-priority: true - name: Display Conda Settings