Skip to content

Commit

Permalink
Fix for recent failures in setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jan 18, 2023
1 parent e71bd78 commit 00c8b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true
python-version: ${{ matrix.python-version }}
auto-update-conda: true

- name: Create matrix id
id: matrix-id
Expand Down Expand Up @@ -164,11 +164,11 @@ jobs:
- name: Set up Python 3.9
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true
python-version: 3.9
auto-update-conda: true
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 00c8b41

Please sign in to comment.