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 b2b1507 commit db40351Copy full SHA for db40351
.github/workflows/py-ci.yml
@@ -33,7 +33,7 @@ jobs:
33
restore-keys: |
34
${{ runner.os }}-pip-
35
- name: Install Python testing dependencies
36
- run: pip install --upgrade pytest
+ run: pip install --upgrade pytest pytest-asyncio
37
- name: Install Python project dependencies
38
uses: py-actions/py-dependency-install@v2
39
with:
.github/workflows/py-coverage.yml
0 commit comments