Skip to content

Commit f4f80b1

Browse files
committed
spelling
1 parent 169ffc6 commit f4f80b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
timeout-minutes: 15
6464
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
6565
run: |
66-
cmd="pythom -m pytest -vv -raXs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
66+
cmd="python -m pytest -vv -raXs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
6767
$cmd || $cmd --lf
6868
6969
- name: Run the tests on pypy and windows

0 commit comments

Comments
 (0)