From 92c779ee73bc20327c0cdf1f6895463ab91b4853 Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Thu, 3 Oct 2024 12:50:10 -0500 Subject: [PATCH] add conda-build to conda workflow --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index bd364808..c2b8fab0 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -75,7 +75,7 @@ jobs: channel-priority: strict - name: Install dependencies run: | - conda install -c conda-forge conda-verify + conda install -c conda-forge conda-build conda-verify which python pip list