Skip to content

Commit

Permalink
CI: setup-miniconda@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Jan 31, 2024
1 parent 179031f commit 5270fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
- name: Build
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
- name: Build
Expand Down

0 comments on commit 5270fb4

Please sign in to comment.