Skip to content

Commit 5aabb91

Browse files
committed
remove defaults channel
1 parent 7b5a63e commit 5aabb91

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
fetch-depth: 0
7676
- uses: conda-incubator/setup-miniconda@v3
7777
with:
78+
conda-remove-defaults: true
7879
auto-activate-base: true
7980
activate-environment: ""
8081

@@ -188,6 +189,7 @@ jobs:
188189
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
189190
- uses: conda-incubator/setup-miniconda@v3
190191
with:
192+
conda-remove-defaults: true
191193
auto-activate-base: true
192194
activate-environment: ""
193195
- name: Install conda-build

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
fetch-depth: 0
7676
- uses: conda-incubator/setup-miniconda@v3
7777
with:
78+
conda-remove-defaults: true
7879
auto-activate-base: true
7980
activate-environment: ""
8081

@@ -188,6 +189,7 @@ jobs:
188189
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
189190
- uses: conda-incubator/setup-miniconda@v3
190191
with:
192+
conda-remove-defaults: true
191193
auto-activate-base: true
192194
activate-environment: ""
193195
- name: Install conda-build

0 commit comments

Comments
 (0)