Skip to content

Commit

Permalink
GHA: use "miniforge-variant: Mambaforge"
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Feb 15, 2023
1 parent 2564be7 commit cb4de32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
auto-update-conda: true
add-pip-as-python-dependency: false # conda-lock goes crazy if pip pre-installed
activate-environment: env1
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: "latest"
channels: "umccr,conda-forge,bioconda"
- name: 🐍 Conda pkg build and upload
run: |
Expand Down

0 comments on commit cb4de32

Please sign in to comment.