Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: ${{ env.working_dir }}
- run: pytest
working-directory: ${{ env.working_dir }}
- 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 != '' }}
# Only run on latest python and openai client version because we are calling openai
run: pytest --integration-tests
working-directory: ${{ env.working_dir }}
Expand Down