Skip to content

Bump chromadb from 0.4.20 to 0.4.21 #12

Bump chromadb from 0.4.20 to 0.4.21

Bump chromadb from 0.4.20 to 0.4.21 #12

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install requirements
run: |
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Basic Unit Test
run: pytest test/test.py -W ignore::DeprecationWarning
env:
PYTHONPATH: test