Skip to content

Update model.py

Update model.py #92

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10.9
- name: Install and build
run: pip install .
- name: Run tests
run: pytest