Skip to content

feat: use binary format for sparse vector #13

feat: use binary format for sparse vector

feat: use binary format for sparse vector #13

Workflow file for this run

name: Python Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
make dev
- name: Lint
run: |
make lint