We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060af71 commit 2a1820aCopy full SHA for 2a1820a
1 file changed
.github/workflows/main.yml
@@ -119,6 +119,8 @@ jobs:
119
uses: conda-incubator/setup-miniconda@v3 # install miniforge instead
120
with:
121
miniforge-version: latest
122
+ channels: conda-forge
123
+ conda-remove-defaults: "true"
124
125
- name: List conda
126
run: |
@@ -256,6 +258,8 @@ jobs:
256
258
activate-environment: conda-pgm-env
257
259
environment-file: .github/conda_pgm_env.yml
260
auto-activate-base: false
261
262
263
264
265
0 commit comments