From 8c21721f31574da2584a5218b5dc471170d6ac9d Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Thu, 29 Aug 2024 14:13:33 -0700 Subject: [PATCH] Fix mamba build --- .github/workflows/build.yml | 2 +- dev-environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b595356..5aad9a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,4 @@ jobs: shell: bash -l {0} run: | mamba install conda-build - mamba build -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir + conda mambabuild -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir diff --git a/dev-environment.yml b/dev-environment.yml index f4b3450..b256a6b 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -15,6 +15,7 @@ dependencies: - pytest - pre-commit - black + - boa # docs requirements - mkdocs