Removing dead code + legacy commands (#536)

This commit is contained in:
Sarah Wooders
2023-11-30 13:37:11 -08:00
committed by GitHub
parent 313dc471c8
commit 2d23370930
28 changed files with 71 additions and 2614 deletions

View File

@@ -42,7 +42,7 @@ jobs:
PGVECTOR_TEST_DB_URL: ${{ secrets.PGVECTOR_TEST_DB_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
poetry install -E dev -E postgres -E local -E legacy
poetry install -E dev -E postgres -E local
- name: Set Poetry config
env: