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.
1 parent 0eef232 commit c8f2af3Copy full SHA for c8f2af3
.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] }} && ${{ secrets.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