Skip to content

Workflow file for this run

on:
pull_request:
paths:
- 'pyproject.toml'
- 'conda-recipe/meta.yaml'
pull_request_target:
types:
- closed
push:
branches:
- pairtools_conda_gha
jobs:
condaBuild:
runs-on: ubuntu-latest
steps:

Check failure on line 16 in .github/workflows/conda-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/conda-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0
- name: build-snakePipes
run: |
conda build -c conda-forge -c bioconda conda-recipe