Skip to content

Commit

Permalink
Pin micromamba, skip boa (#399)
Browse files Browse the repository at this point in the history
* Pin micromamba, no boa.

* Install conda-build.
  • Loading branch information
jtilly authored Sep 26, 2024
1 parent 94ad89e commit b3bbf2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822
with:
init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }}
micromamba-version: 1.5.10-0
environment-name: build
create-args: boa
create-args: conda-build
- name: Patch conda build configuration
# use the latest macOS SDK when cross-compiling for arm64
if: startsWith(matrix.conda_build_yml, 'osx_arm64')
Expand All @@ -48,13 +49,13 @@ jobs:
if: matrix.os != 'windows-latest'
shell: bash -el {0}
run: >-
conda-mambabuild
conda-build
-m ".ci_support/${{ matrix.CONDA_BUILD_YML }}.yaml"${{ matrix.conda-build-args }}
conda.recipe
- name: Build conda package (windows)
if: matrix.os == 'windows-latest'
shell: cmd /C CALL {0}
run: >-
conda-mambabuild
conda-build
-m ".ci_support/${{ matrix.conda_build_yml }}.yaml"${{ matrix.conda-build-args }}
conda.recipe

0 comments on commit b3bbf2c

Please sign in to comment.