From e5227c38310d8d50568f882bc243137d0ef47866 Mon Sep 17 00:00:00 2001 From: Stefan Doerr Date: Fri, 11 Oct 2024 12:45:32 +0300 Subject: [PATCH] add acellera channel to build --- .github/workflows/pythonpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 9cf2ce5..7a9ed8c 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -64,7 +64,7 @@ jobs: python package/jobqueues/insert_placeholder_values.py - name: Build conda package - run: rattler-build build --recipe ./package/jobqueues/recipe.yaml --output-dir /tmp/pkg/ + run: rattler-build build --recipe ./package/jobqueues/recipe.yaml --output-dir /tmp/pkg/ -c acellera -c conda-forge - name: Upload to conda run: |