Skip to content

Add Dataflows + tests #5

Add Dataflows + tests

Add Dataflows + tests #5

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10.12'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run tests
run: |
pytest