Skip to content

Clean up and refactor #4

Clean up and refactor

Clean up and refactor #4

Workflow file for this run

name: "Recipe CI for Pull Requests only"
on:
pull_request:
branches: ["main"]
types: [opened, reopened, synchronize, labeled]
paths: # only run on changes to feedstock relevant code
- 'feedstock/**'
- 'configs/**'
- '.github/workflows/deploy.yaml'
jobs:
recipe-ci:
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
fail-fast: false

Check failure on line 18 in .github/workflows/recipe_ci.yaml

View workflow run for this annotation

GitHub Actions / Recipe CI for Pull Requests only

Invalid workflow file

The workflow is not valid. .github/workflows/recipe_ci.yaml (Line: 18, Col: 5): Unexpected value 'fail-fast' .github/workflows/recipe_ci.yaml (Line: 19, Col: 5): Unexpected value 'matrix'
matrix:
env:
- IS_TEST: 'true'
- IS_TEST: 'false'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: python -m pip install pangeo-forge-runner==0.10.2
- name: "Expand meta for the recipes"
run: pangeo-forge-runner expand-meta --repo=.