From 29504d2212b54ef2b459810dbaa574ea0e1e043f Mon Sep 17 00:00:00 2001 From: Taylor Denouden Date: Thu, 30 Jan 2025 13:52:25 -0800 Subject: [PATCH] Specify recipe directory --- .github/workflows/_conda-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_conda-build.yml b/.github/workflows/_conda-build.yml index 7ea7a7f..32ebf3a 100644 --- a/.github/workflows/_conda-build.yml +++ b/.github/workflows/_conda-build.yml @@ -45,6 +45,8 @@ jobs: - name: Build package uses: prefix-dev/rattler-build-action@v0.2.30 + with: + recipe-path: conda/recipe.yaml - name: Publish package if: inputs.should-upload