From d406ec8ed22dd5fbc310fd9ec17b41ca0551ef61 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 18 Sep 2024 16:35:23 -0500 Subject: [PATCH] ci: Add channels --- .github/workflows/rattler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rattler.yml b/.github/workflows/rattler.yml index cc3e545..a35ba4e 100644 --- a/.github/workflows/rattler.yml +++ b/.github/workflows/rattler.yml @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v4 - name: Build conda package uses: prefix-dev/rattler-build-action@v0.2.14 + with: + build-args: -c conda-forge -c bioconda # TODO # - run: | # for pkg in $(find output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) ); do