We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33494e commit e7a4361Copy full SHA for e7a4361
1 file changed
.github/workflows/python-test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install flake8 pytest pytest-cov mypy
+ python -m pip install flake8 pytest mypy
33
- name: Lint with flake8
34
35
# stop the build if there are Python syntax errors or undefined names
@@ -40,5 +40,3 @@ jobs:
40
run: mypy pythonosc examples
41
- name: Test with pytest
42
run: pytest
43
- - name: Coverage with pytest-cov
44
- run: pytest -cov=pythonosc
0 commit comments