Skip to content

Commit 5e3df59

Browse files
committed
Apply review comment
1 parent bb36861 commit 5e3df59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
miniforge-variant: Miniforge3
102102
miniforge-version: latest
103103
auto-activate: true
104-
activate-environment: base
104+
activate-environment: ""
105105
channels: conda-forge
106106
conda-remove-defaults: true
107107
python-version: ${{ matrix.python }}
@@ -484,7 +484,7 @@ jobs:
484484
channels: conda-forge
485485
conda-remove-defaults: true
486486
auto-activate: true
487-
activate-environment: base
487+
activate-environment: ""
488488

489489
- name: Install anaconda-client
490490
run: conda install anaconda-client -c conda-forge --override-channels

0 commit comments

Comments
 (0)