We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428b843 commit b0438a7Copy full SHA for b0438a7
1 file changed
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
47
48
- name: Test (aiohttp)
49
run: poetry run pytest -rP -n auto -m aiohttp .
50
+ env:
51
+ CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
52
53
publish:
54
needs: [compile, test]
0 commit comments