fix circle ci test

This commit is contained in:
ishaan-jaff 2023-08-08 11:32:31 -07:00
parent 3edcf8c7d8
commit 6d57d3f1dd
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ jobs:
python -m pip install -r requirements.txt
pip install infisical
pip install pytest
pip install openai[datalib]
# Run pytest and generate JUnit XML report
- run:

View file

@ -17,4 +17,4 @@ def test_openai_embedding():
# Add any assertions here to check the response
print(f"response: {str(response)}")
except Exception as e:
pytest.fail(f"Error occurred: {e}")
pytest.fail(f"Error occurred: {e}")