Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ jobs:
with:
miniforge-variant: Miniforge3
python-version: "3.12"
auto-activate: false
auto-activate: true
activate-environment: base
conda-remove-defaults: true
channels: conda-forge
channel-priority: strict
Expand All @@ -178,6 +179,8 @@ jobs:
run: |
conda install -y conda-build anaconda-client
conda config --set anaconda_upload no
conda list conda-build
conda build --help

- name: Build package
shell: bash -l {0}
Expand Down
Loading