We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb36861 commit 5e3df59Copy full SHA for 5e3df59
.github/workflows/conda-package.yml
@@ -101,7 +101,7 @@ jobs:
101
miniforge-variant: Miniforge3
102
miniforge-version: latest
103
auto-activate: true
104
- activate-environment: base
+ activate-environment: ""
105
channels: conda-forge
106
conda-remove-defaults: true
107
python-version: ${{ matrix.python }}
@@ -484,7 +484,7 @@ jobs:
484
485
486
487
488
489
- name: Install anaconda-client
490
run: conda install anaconda-client -c conda-forge --override-channels
0 commit comments