Skip to content

updated workflows based on idp feedback #219

updated workflows based on idp feedback

updated workflows based on idp feedback #219

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
types: [opened, synchronize]
branches: [master]
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
steps:
- uses: actions/checkout@v3
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
- name: Install CEA
shell: bash -l {0}
run: pip install .
- name: Run tests
shell: bash -l {0}
run: cea test --workflow quick