Skip to content

Commit a6e86af

Browse files
authored
Update build.yml
Use Miniforge in build
1 parent c9a836b commit a6e86af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up conda environment
25-
uses: conda-incubator/setup-miniconda@v2
25+
uses: conda-incubator/setup-miniconda@v3
2626
with:
2727
activate-environment: infresnel
2828
environment-file: environment.yml
29-
miniforge-variant: Mambaforge
29+
miniforge-version: latest
3030
use-mamba: true
3131
- name: Install development packages
3232
run: pip install --requirement requirements.txt

0 commit comments

Comments
 (0)