Skip to content

Commit 6525576

Browse files
committed
fixup
1 parent 11ba1ad commit 6525576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
if: ${{ !startsWith( matrix.python-version, 'pypy' ) }}
5757
run: |
5858
args="-vv -raXxs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
59-
pytest $args|| pytest $args --lf"
6059
pytest $args || pytest $args --lf
6160
6261
- name: Run the tests on pypy

0 commit comments

Comments
 (0)