Skip to content

Commit d54cc05

Browse files
committed
install pytest asyncio for server ci
1 parent 6fadad0 commit d54cc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Run Pytest
5656
run: |
57-
pip install pytest openai guardrails-ai
57+
pip install pytest pytest-asyncio openai guardrails-ai
5858
pytest server_ci/tests
5959
docker stop guardrails-container
6060
docker rm guardrails-container

0 commit comments

Comments
 (0)