Commit 2ff6d24
ci: add missing API key secrets for new providers (#109)
* ci: add missing API key secrets for new providers
Add GROQ_API_KEY, MOONSHOT_API_KEY, and DEEPSEEK_API_KEY to integration tests environment.
* deps: add google-auth as required dependency
Google Cloud TTS requires google-auth for ADC authentication.
Adding as a core dependency (~229KB) to fix CI integration test failures.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* ci: skip stream edit integration test in publish
Exclude streaming image edit test from publish workflow integration tests
until streaming edit is supported.
* ci: skip Google Gemini TTS tests (requires ADC)
Deselect google-gemini-2.5-flash-tts and google-gemini-2.5-pro-tts
test_speak cases until ADC auth is configured in CI.
* ci: fix quoting for deselect arguments in pytest command
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7e804c1 commit 2ff6d24
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments