We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b792cc commit 06ba453Copy full SHA for 06ba453
1 file changed
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install flake8 pytest starlette requests zstandard trio
+ pip install flake8 pytest starlette requests zstandard trio httpx
31
- name: Lint with flake8
32
33
# stop the build if there are Python syntax errors or undefined names
0 commit comments