File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments