Skip to content

Commit

Permalink
Add env var to get tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Sep 16, 2024
1 parent 5872dd0 commit 401b25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip install tox
- name: Run tests
env:
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
VANNA_API_KEY: ${{ secrets.VANNA_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ htmlcov
chroma.sqlite3
*.bin
.coverage.*
milvus.db
.milvus.db.lock

0 comments on commit 401b25e

Please sign in to comment.