Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mmseqs #84

Merged
merged 13 commits into from
Nov 20, 2024
Prev Previous commit
Next Next commit
miniforge
  • Loading branch information
gbouras13 committed Nov 20, 2024
commit 490db14c3149e6267cc971d51590f2e3dcf927ca
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
environment-file: build/environment.yaml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
activate-environment: dnaapler
environment-file: build/environment.yaml
auto-activate-base: false
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
channels: conda-forge,bioconda,defaults
channel-priority: strict
auto-update-conda: true
Expand Down
Loading