We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245a8f8 commit 3b06f6fCopy full SHA for 3b06f6f
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
pip install -e ".[dev]"
28
- pip install pytest pytest-cov flake8 mypy types-requests beautifulsoup4 types-beautifulsoup4
+ pip install pytest pytest-cov pytest-asyncio flake8 mypy types-requests beautifulsoup4 types-beautifulsoup4
29
30
- name: Run linting
31
0 commit comments