Skip to content

Commit a46739e

Browse files
committed
Update setup-miniconda actions in docs workflow
1 parent 843fb1f commit a46739e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
branches: [main]
1010

1111

12-
1312
jobs:
1413
build_docs:
1514
runs-on: ubuntu-latest
@@ -21,11 +20,10 @@ jobs:
2120
fetch-depth: 0
2221
- uses: conda-incubator/setup-miniconda@v3
2322
with:
24-
miniforge-variant: Mambaforge
25-
channels: conda-forge
26-
channel-priority: strict
23+
miniforge-version: latest
2724
environment-file: conda_environment.yml
2825
activate-environment: hyperspy-bundle
26+
conda-remove-defaults: "true"
2927

3028
- name: Conda info
3129
shell: bash -l {0}

0 commit comments

Comments
 (0)