Skip to content

Commit

Permalink
fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 22, 2022
1 parent 037625a commit 33bc4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
pip freeze
pip check
- name: Run the tests
if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os == 'windows' }}
if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os != 'windows' }}
run: |
args="-vv -raXxs --cov jupyter_server --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes --cov-fail-under 70"
pytest $args || pytest $args --lf
Expand Down

0 comments on commit 33bc4af

Please sign in to comment.