From a1d0ab2980f5d7d0e788e66142c77112cc77e7e7 Mon Sep 17 00:00:00 2001 From: Mark Nestor Costantini Date: Thu, 10 Oct 2024 17:52:36 +0100 Subject: [PATCH] install conda build --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2abde49..ae64a3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,7 @@ jobs: - name: Build reportengine package and install it shell: bash run: | + conda install conda-build conda-build conda-recipe/meta.yaml conda install --use-local reportengine