Skip to content

Commit 43e3eb1

Browse files
Do not set some options of setup-miniconda
1 parent cf24500 commit 43e3eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
fetch-depth: 0
8787
- uses: conda-incubator/setup-miniconda@v3
8888
with:
89-
auto-activate-base: true
9089
miniforge-version: latest
9190
conda-build-version: "*"
9291
activate-environment: true
92+
channels: conda-forge
9393
python-version: ${{ matrix.python }}
9494

9595
- name: Cache conda packages

0 commit comments

Comments
 (0)