Skip to content

Commit 3e18df6

Browse files
authored
Update .github/workflows/main.yml
1 parent a86d1b3 commit 3e18df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run the tests on pypy and windows
7777
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
7878
run: |
79-
python -m pytest --pyargs jupyter_client -vv || python -m pytest -vv --lf
79+
python -m pytest -vv || python -m pytest -vv --lf
8080
8181
- name: Code coverage
8282
run: codecov

0 commit comments

Comments
 (0)