Skip to content

Commit 1854009

Browse files
committed
Add aiohttp test to ci
1 parent cd3c2ce commit 1854009

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,15 @@ jobs:
3939
- name: Install aws deps
4040
run: poetry run pip install boto3 sagemaker botocore
4141
- name: Test
42-
run: poetry run pytest .
42+
run: poetry run pytest -rP -n auto .
4343
env:
4444
CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
45+
- name: Install aiohttp extra
46+
run: poetry install --extras aiohttp
47+
48+
- name: Test (aiohttp)
49+
run: poetry run pytest -rP -n auto -m aiohttp .
50+
4551
publish:
4652
needs: [compile, test]
4753
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)