Skip to content

Commit 06ba453

Browse files
committed
tests: add httpx dependency
1 parent 7b792cc commit 06ba453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install flake8 pytest starlette requests zstandard trio
30+
pip install flake8 pytest starlette requests zstandard trio httpx
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)