Skip to content

Commit 3c7285b

Browse files
committed
remove defaults channel
1 parent 7da5b1f commit 3c7285b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
miniforge-version: latest
5959
channels: conda-forge
6060
channel-priority: strict
61+
conda-remove-defaults: true
6162
- name: Install conda-build and dependencies
6263
shell: pwsh
6364
run: conda install -y mamba conda-build setuptools_scm boa git
@@ -86,6 +87,7 @@ jobs:
8687
miniforge-version: latest
8788
channels: conda-forge
8889
channel-priority: strict
90+
conda-remove-defaults: true
8991
- name: Install conda-build
9092
shell: bash -l {0}
9193
run: conda install -y mamba conda-build setuptools_scm boa git
@@ -115,6 +117,7 @@ jobs:
115117
architecture: arm64
116118
channels: conda-forge
117119
channel-priority: strict
120+
conda-remove-defaults: true
118121
- name: Install conda-build
119122
shell: bash -l {0}
120123
run: conda install -y mamba conda-build setuptools_scm boa git

0 commit comments

Comments
 (0)