Skip to content

Commit

Permalink
Merge pull request #1649: Bump mamba-org/setup-micromamba from 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 8, 2024
2 parents 129fd7e + 4486565 commit 3f588da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# available on PyPI allows us to test against dependencies installed by pip,
# which may have slightly different versions compared to Conda counterparts.
- name: Install dependencies from Conda
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
create-args: mafft raxml fasttree iqtree vcftools sqlite tsv-utils biopython=${{ matrix.biopython-version }} python=${{ matrix.python-version }}
condarc: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

# Set up a Conda environment that replicates Nextstrain's Conda runtime.
- name: Install nextstrain-base from Conda
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
create-args: nextstrain-base
condarc: |
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:

# Set up a Conda environment that replicates Nextstrain's Conda runtime.
- name: Install nextstrain-base from Conda
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
create-args: nextstrain-base
condarc: |
Expand Down

0 comments on commit 3f588da

Please sign in to comment.