Skip to content

Commit 54e57b7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azdo/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extends:
4343
- script: |
4444
python -m pip install --upgrade pip
4545
python -m pip install flake8 black build diff-cover
46-
python -m pip install -e .[dev]
46+
python -m pip install -e .[dev,async]
4747
displayName: 'Install dependencies'
4848
4949
- script: |

0 commit comments

Comments
 (0)