Skip to content

Commit 60af6b4

Browse files
committed
Use miniforge consistently
1 parent cad27c2 commit 60af6b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fetch-depth: 0
2323
- uses: conda-incubator/setup-miniconda@v3
2424
with:
25+
miniforge-version: latest
2526
environment-file: conda_environment.yml
2627
activate-environment: hyperspy-bundle
27-
conda-remove-defaults: "true"
2828

2929
- name: Conda info
3030
shell: bash -l {0}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- uses: conda-incubator/setup-miniconda@v3
5959
with:
60-
conda-remove-defaults: "true"
60+
miniforge-version: latest
6161

6262
- name: Install constructor
6363
run: |
@@ -168,7 +168,7 @@ jobs:
168168
- uses: actions/checkout@v6
169169
- uses: conda-incubator/setup-miniconda@v3
170170
with:
171-
conda-remove-defaults: "true"
171+
miniforge-version: latest
172172

173173
- name: Install constructor
174174
run: |

0 commit comments

Comments
 (0)