Skip to content

Commit

Permalink
Adjust setup-miniconda parameters (#195)
Browse files Browse the repository at this point in the history
* Adjust setup-miniconda parameters

This is in hopes of resolving sporadic errors.
Ref: <conda-incubator/setup-miniconda#274>

* Adjust setup-miniconda for benchmarks

* Remove matrix entry in benchmarks
  • Loading branch information
maresb authored Jan 13, 2023
1 parent 4da56ec commit 958cd14
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 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 @@ -166,11 +164,8 @@ jobs:
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
python-version: 3.9
auto-update-conda: true
miniforge-variant: Mambaforge
miniforge-version: latest
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -241,4 +236,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: ./coverage/
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 958cd14

Please sign in to comment.