Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Aug 12, 2024
1 parent ec89fe8 commit 55ba21a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ on:
paths:
- 'pyproject.toml'
- 'conda-recipe/meta.yaml'
pull_request_target:
types:
- closed

job-name: conda-build
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0
- name: build snakePipes
- name: build-snakePipes
run: |
conda build -c conda-forge -c bioconda conda-recipe

0 comments on commit 55ba21a

Please sign in to comment.