We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0ac32 commit 3f0b446Copy full SHA for 3f0b446
.github/actions/build_cmake/action.yml
@@ -24,6 +24,8 @@ runs:
24
with:
25
python-version: '3.11'
26
miniconda-version: latest
27
+ channels: conda-forge
28
+ conda-remove-defaults: "true"
29
- name: Configure build environment
30
shell: bash
31
run: |
.github/actions/build_conda/action.yml
@@ -31,6 +31,8 @@ runs:
32
33
34
35
36
- name: Install conda build tools
37
shell: ${{ steps.choose_shell.outputs.shell }}
38
0 commit comments