We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f7eb2 + 2f5a31d commit 8b42a63Copy full SHA for 8b42a63
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
working-directory: ${{ env.working_dir }}
73
- run: pytest
74
75
- - if: ${{ env[matrix.python-version] == '3.12' && !env[matrix.openai-version] }}
+ - if: ${{ env[matrix.python-version] == '3.12' && !env[matrix.openai-version] && env.OPENAI_API_KEY != '' }}
76
# Only run on latest python and openai client version because we are calling openai
77
run: pytest --integration-tests
78
0 commit comments