Skip to content

updated ahu example ipynb and handling in helper utils proccess all f… #17

updated ahu example ipynb and handling in helper utils proccess all f…

updated ahu example ipynb and handling in helper utils proccess all f… #17

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.3'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install black pytest
- name: Run Black
run: |
black --check open_fdd/
- name: Run tests
run: |
pytest open_fdd/tests/