We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037625a commit 33bc4afCopy full SHA for 33bc4af
.github/workflows/python-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
pip freeze
60
pip check
61
- name: Run the tests
62
- if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os == 'windows' }}
+ if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os != 'windows' }}
63
run: |
64
args="-vv -raXxs --cov jupyter_server --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes --cov-fail-under 70"
65
pytest $args || pytest $args --lf
0 commit comments