We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169ffc6 commit f4f80b1Copy full SHA for f4f80b1
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
timeout-minutes: 15
64
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
65
run: |
66
- cmd="pythom -m pytest -vv -raXs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
+ cmd="python -m pytest -vv -raXs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
67
$cmd || $cmd --lf
68
69
- name: Run the tests on pypy and windows
0 commit comments