Skip to content

Commit 878e2ca

Browse files
committed
fix(conda): ensure conda-build is available in GitHub Actions environment
1 parent 410e915 commit 878e2ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ jobs:
168168
with:
169169
miniforge-variant: Miniforge3
170170
python-version: "3.12"
171-
auto-activate: false
171+
auto-activate: true
172+
activate-environment: base
172173
conda-remove-defaults: true
173174
channels: conda-forge
174175
channel-priority: strict
@@ -178,6 +179,8 @@ jobs:
178179
run: |
179180
conda install -y conda-build anaconda-client
180181
conda config --set anaconda_upload no
182+
conda list conda-build
183+
conda build --help
181184
182185
- name: Build package
183186
shell: bash -l {0}

0 commit comments

Comments
 (0)