We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0438a7 commit 5633da1Copy full SHA for 5633da1
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: poetry install --extras aiohttp
47
48
- name: Test (aiohttp)
49
- run: poetry run pytest -rP -n auto -m aiohttp .
+ run: poetry run pytest -rP -n auto -m aiohttp . || [ $? -eq 5 ]
50
env:
51
CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
52
0 commit comments