Skip to content

[ASSET-19] Fix the required version comparison specifier of pydantic #33

[ASSET-19] Fix the required version comparison specifier of pydantic

[ASSET-19] Fix the required version comparison specifier of pydantic #33

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Set up requirements
run: pip install -e ".[test]"
- name: Test
run: pytest