We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da5b1f commit 3c7285bCopy full SHA for 3c7285b
1 file changed
.github/workflows/python-package-conda.yml
@@ -58,6 +58,7 @@ jobs:
58
miniforge-version: latest
59
channels: conda-forge
60
channel-priority: strict
61
+ conda-remove-defaults: true
62
- name: Install conda-build and dependencies
63
shell: pwsh
64
run: conda install -y mamba conda-build setuptools_scm boa git
@@ -86,6 +87,7 @@ jobs:
86
87
88
89
90
91
- name: Install conda-build
92
shell: bash -l {0}
93
@@ -115,6 +117,7 @@ jobs:
115
117
architecture: arm64
116
118
119
120
121
122
123
0 commit comments