Skip to content

Commit 401b25e

Browse files
committed
Add env var to get tests to pass
1 parent 5872dd0 commit 401b25e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
pip install tox
2424
- name: Run tests
2525
env:
26+
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2627
VANNA_API_KEY: ${{ secrets.VANNA_API_KEY }}
2728
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2829
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ htmlcov
1818
chroma.sqlite3
1919
*.bin
2020
.coverage.*
21+
milvus.db
22+
.milvus.db.lock

0 commit comments

Comments
 (0)