Skip to content

Commit

Permalink
dev: Stop using Mambaforge in CI; the Miniforge3 installer is now equ…
Browse files Browse the repository at this point in the history
…ivalent

Scheduled CI runs today failed¹ due to a Mambaforge brownout ahead of its
removal in January 2025; it was deprecated in late July 2024.²

¹ <https://github.com/nextstrain/cli/actions/runs/11130647037/job/30930449798#step:3:135>
² <https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/>
  • Loading branch information
tsibley committed Oct 1, 2024
1 parent c9efe7a commit fcbbe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-integration-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ inputs.python-version }}
miniforge-variant: Mambaforge
miniforge-version: Miniforge3
channels: conda-forge,bioconda

- run: cat ~/.profile || true
Expand Down

0 comments on commit fcbbe13

Please sign in to comment.