2 parents 228b0a6 + 878e2ca commit dc1eb0dCopy full SHA for dc1eb0d
1 file changed
.github/workflows/release.yaml
@@ -168,7 +168,8 @@ jobs:
168
with:
169
miniforge-variant: Miniforge3
170
python-version: "3.12"
171
- auto-activate: false
+ auto-activate: true
172
+ activate-environment: base
173
conda-remove-defaults: true
174
channels: conda-forge
175
channel-priority: strict
@@ -178,6 +179,8 @@ jobs:
178
179
run: |
180
conda install -y conda-build anaconda-client
181
conda config --set anaconda_upload no
182
+ conda list conda-build
183
+ conda build --help
184
185
- name: Build package
186
shell: bash -l {0}
0 commit comments