Skip to content

Commit

Permalink
Move build args to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Dec 19, 2024
1 parent f9ec6cd commit c85e4e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c85e4e4

Please sign in to comment.