Skip to content

Commit

Permalink
fix: remobe line breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Jan 2, 2024
1 parent 8671204 commit 98fdac3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/api-model-runtime-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ jobs:
pip install -r api/requirements.txt
- name: Run pytest
run: pytest api/tests/integration_tests/model_runtime/anthropic \
api/tests/integration_tests/model_runtime/azure_openai \
api/tests/integration_tests/model_runtime/openai \
api/tests/integration_tests/model_runtime/chatglm \
api/tests/integration_tests/model_runtime/google \
api/tests/integration_tests/model_runtime/xinference
run: pytest api/tests/integration_tests/model_runtime/anthropic api/tests/integration_tests/model_runtime/azure_openai api/tests/integration_tests/model_runtime/openai api/tests/integration_tests/model_runtime/chatglm api/tests/integration_tests/model_runtime/google api/tests/integration_tests/model_runtime/xinference

0 comments on commit 98fdac3

Please sign in to comment.