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 712f451 commit 0849893Copy full SHA for 0849893
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Run the tests
83
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
84
run: |
85
- args="-vv --cov jupyter_client--cov-branch --cov-report term-missing:skip-covered --cov-fail-under 70"
+ args="-vv --cov jupyter_client --cov-branch --cov-report term-missing:skip-covered --cov-fail-under 70"
86
python -m pytest $args || python -m pytest $args --lf
87
- name: Run the tests on pypy and windows
88
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
0 commit comments