Skip to content

big refactor + documentation improvements + types refinements #29

big refactor + documentation improvements + types refinements

big refactor + documentation improvements + types refinements #29

Workflow file for this run

name: Tests
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
pip install -r requirements-dev.txt
- name: Test
run: python -m pytest