There was an error while loading. Please reload this page.
1 parent 6fadad0 commit d54cc05Copy full SHA for d54cc05
.github/workflows/server_ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Run Pytest
56
run: |
57
- pip install pytest openai guardrails-ai
+ pip install pytest pytest-asyncio openai guardrails-ai
58
pytest server_ci/tests
59
docker stop guardrails-container
60
docker rm guardrails-container
0 commit comments