Skip to content

fix: upgrade pydantic to 2.10 to fix NodeWithScore serialization error #35

fix: upgrade pydantic to 2.10 to fix NodeWithScore serialization error

fix: upgrade pydantic to 2.10 to fix NodeWithScore serialization error #35

Workflow file for this run

name: Backend Test
on:
push:
branches:
- main
paths:
- backend/**
pull_request:
branches:
- main
paths:
- backend/**
jobs:
backend-test:
name: Backend Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Ruff Format
uses: astral-sh/ruff-action@v3
- name: Run Ruff Check
run: ruff check
- name: Run Ruff Format
run: ruff format