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 f439ccd commit ab20841Copy full SHA for ab20841
.github/workflows/python-package.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install flake8 pytest
+ python -m pip install flake8 pytest pytest-asyncio
30
python -m pip install .
31
- name: Lint with flake8
32
0 commit comments