Skip to content

Commit 06acb54

Browse files
authored
Merge pull request #932 from PowerGridModel/feature/actions-conda-default-disable
add conda-remove-defaults to setup miniforge in CI
2 parents 060af71 + 2a1820a commit 06acb54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
uses: conda-incubator/setup-miniconda@v3 # install miniforge instead
120120
with:
121121
miniforge-version: latest
122+
channels: conda-forge
123+
conda-remove-defaults: "true"
122124

123125
- name: List conda
124126
run: |
@@ -256,6 +258,8 @@ jobs:
256258
activate-environment: conda-pgm-env
257259
environment-file: .github/conda_pgm_env.yml
258260
auto-activate-base: false
261+
channels: conda-forge
262+
conda-remove-defaults: "true"
259263

260264
- name: List conda
261265
run: |

0 commit comments

Comments
 (0)