Skip to content

WIP: Generalise catbird to support generic MOOSE input deck creation #30

WIP: Generalise catbird to support generic MOOSE input deck creation

WIP: Generalise catbird to support generic MOOSE input deck creation #30

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: install
shell: bash
run: |
pip install .[test]
- name: test
shell: bash
run: |
pytest -v tests