Skip to content

Compile yaml integration and parse correctly #465

Compile yaml integration and parse correctly

Compile yaml integration and parse correctly #465

Workflow file for this run

name: build_conda
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container:
image: continuumio/miniconda3:latest
steps:
- name: Checkout Files
uses: actions/checkout@v4
- name: Run Conda to Build
run: |
conda config --append channels conda-forge
conda config --append channels noaa-gfdl
conda install conda-build conda-verify
conda build .