Skip to content

Commit 3c32812

Browse files
Abel Milashclaude
andcommitted
CI: install aiohttp via [async] extra in test workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dc6ffc8 commit 3c32812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install flake8 black build diff-cover
33-
python -m pip install -e .[dev]
33+
python -m pip install -e .[dev,async]
3434
3535
- name: Check format with black
3636
run: |

0 commit comments

Comments
 (0)