diff --git a/.github/workflows/lib-openai-tests.yml b/.github/workflows/lib-openai-tests.yml index 8fee4882ca..f3c55030c0 100644 --- a/.github/workflows/lib-openai-tests.yml +++ b/.github/workflows/lib-openai-tests.yml @@ -45,4 +45,4 @@ jobs: OPENAI_ORG_ID: ${{ secrets.OPENAI_ORG_ID }} run: | cd ./tests/lib_integration/openai/ - python -m pytest -vv . \ No newline at end of file + python -m pytest -vv -ss . \ No newline at end of file