Skip to content

Commit

Permalink
Adjust setup-miniconda parameters
Browse files Browse the repository at this point in the history
This is in hopes of resolving sporadic errors.
Ref: <conda-incubator/setup-miniconda#274>
  • Loading branch information
maresb committed Jan 13, 2023
1 parent 4da56ec commit 0b272c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.python-version }}
auto-update-conda: true

- name: Create matrix id
id: matrix-id
Expand Down Expand Up @@ -241,4 +239,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: ./coverage/
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 0b272c6

Please sign in to comment.