Skip to content

move from parse_obj to model_validate #342

move from parse_obj to model_validate

move from parse_obj to model_validate #342

Workflow file for this run

name: testing
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: make install IGNORE_VENV=1
- name: Lint
run: make lint
- name: Test
run: make tests