Skip to content

Commit

Permalink
micromamba -> miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 29, 2024
1 parent 5bb9fa7 commit f9ffc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Setup conda
uses: mamba-org/provision-with-micromamba@main
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: Setup conda
uses: mamba-org/provision-with-micromamba@main
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Setup conda
uses: mamba-org/provision-with-micromamba@main
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/environment-py310.yml

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
fetch-depth: 0

- name: Setup conda
uses: mamba-org/provision-with-micromamba@main
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/environment-py310win.yml

Expand Down

0 comments on commit f9ffc6c

Please sign in to comment.