Skip to content

Commit

Permalink
update the setup-miniconda action
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 9, 2025
1 parent 4a1e9ac commit 8b5f3e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: "${{ matrix.python-version }}"
miniforge-variant: Mambaforge
python-version: ${{ matrix.python-version }}
miniforge-variant: Miniforge3
miniforge-version: latest
auto-update-conda: true

- name: Install nox
run: pip install nox
Expand All @@ -51,8 +52,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.11"
miniforge-variant: Mambaforge
miniforge-variant: Miniforge3
miniforge-version: latest
auto-update-conda: true

- name: Install nox
run: pip install nox
Expand Down

0 comments on commit 8b5f3e6

Please sign in to comment.