Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Use Miniforge in build
  • Loading branch information
liamtoney authored Dec 18, 2024
1 parent ec439db commit 91b4f39
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 @@ -25,11 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up development conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: sonify
environment-file: .environment.yml
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Check formatting
run: |
Expand Down

0 comments on commit 91b4f39

Please sign in to comment.