Skip to content

Commit

Permalink
Exclude test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
toshsan committed Oct 9, 2023
1 parent 518a6dc commit c656aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
pytest -k 'not test_openaicompat'
2 changes: 1 addition & 1 deletion tests/sink.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import openai
import faiss
# import faiss

openai.api_key = "YOUR_KEY"
openai.api_base = "http://localhost:8080/v1"
Expand Down

0 comments on commit c656aef

Please sign in to comment.