Skip to content

Commit 5633da1

Browse files
committed
nit
1 parent b0438a7 commit 5633da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: poetry install --extras aiohttp
4747

4848
- name: Test (aiohttp)
49-
run: poetry run pytest -rP -n auto -m aiohttp .
49+
run: poetry run pytest -rP -n auto -m aiohttp . || [ $? -eq 5 ]
5050
env:
5151
CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
5252

0 commit comments

Comments
 (0)