Skip to content

Commit

Permalink
cli: skip windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Mar 10, 2024
1 parent 2d35659 commit 0b5bfdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
py.test tests/ pypinyin/
- name: test cli
if: startsWith(matrix.os,'ubuntu')
run: |
set -xe
python setup.py sdist
python -m pip install dist/*.gz
python -m pypinyin test
Expand Down

0 comments on commit 0b5bfdd

Please sign in to comment.