Skip to content

Commit 33bc4af

Browse files
committed
fix selector
1 parent 037625a commit 33bc4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pip freeze
6060
pip check
6161
- name: Run the tests
62-
if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os == 'windows' }}
62+
if: ${{ matrix.python-version != 'pypy-3.7' && matrix.os != 'windows' }}
6363
run: |
6464
args="-vv -raXxs --cov jupyter_server --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes --cov-fail-under 70"
6565
pytest $args || pytest $args --lf

0 commit comments

Comments
 (0)