Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Bump chromadb from 0.3.29 to 0.4.8 #253

Bump chromadb from 0.3.29 to 0.4.8

Bump chromadb from 0.3.29 to 0.4.8 #253

name: Check Import Sorting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
import-sorting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "^3.10"
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
poetry run python -m pip install --upgrade pip
poetry install
poetry run python -m pip install -e .
- name: Check import sorting
run: |
poetry run isort --check-only --diff .