Skip to content

Vector indexing pipeline for Census embeddings #2480

Vector indexing pipeline for Census embeddings

Vector indexing pipeline for Census embeddings #2480

Workflow file for this run

name: Python Linting
on:
pull_request:
paths-ignore:
- "api/r/**"
push:
branches: [main]
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: [self-hosted, Linux, X64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: check backend
uses: pre-commit/action@v3.0.1