Skip to content

Bump pydantic from 1.10.11 to 2.8.2 #55

Bump pydantic from 1.10.11 to 2.8.2

Bump pydantic from 1.10.11 to 2.8.2 #55

Workflow file for this run

name: Bot Test
on: push
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: pip install -r requirements.dev.txt
- name: Run tests
run: python -m unittest discover autobot/tests