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 a2b0455 commit e5382d9Copy full SHA for e5382d9
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: ${{ matrix.python-version }}
34
35
- name: Install Dependencies
36
- run: pip install --upgrade pytest pytest-cov .
+ run: pip install --upgrade . pytest pytest-cov
37
38
- name: Run tests
39
run: pytest --cov --cov-report=term-missing --tb=short
0 commit comments