From c85e4e4769bd20f6ff448e5b14308ed428c64975 Mon Sep 17 00:00:00 2001 From: Sean Colby Date: Wed, 18 Dec 2024 17:13:31 -0800 Subject: [PATCH] Move build args to single line --- .github/workflows/actions.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4c163f2..1fdabe0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -107,13 +107,7 @@ jobs: with: # Needs to be unique for each matrix entry artifact-name: isicle-${{ matrix.target-platform }} - build-args: - - --target-platform ${{ matrix.target-platform }} - - --recipe rattler-recipe/recipe.yaml - - --variant-config rattler-recipe/variants.yaml - - --output-dir build/ - - -c conda-forge - - -c bioconda + build-args: --target-platform ${{ matrix.target-platform }} --recipe rattler-recipe/recipe.yaml --variant-config rattler-recipe/variants.yaml --output-dir build/ -c conda-forge -c bioconda - name: Upload conda package env: