Skip to content

Commit

Permalink
Skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 3, 2024
1 parent ed597dc commit a2560d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
# CLI tests.
- name: mdedup --help
# XXX Running this CLI fails on Windows:
# UnicodeEncodeError: 'charmap' codec can't encode character '\u25cf' in position 64: character maps to <undefined>

Check failure on line 127 in .github/workflows/tests.yaml

View workflow job for this annotation

GitHub Actions / lint / lint-yaml

127:121 [line-length] line too long (123 > 120 characters)
if: runner.os != 'Windows'
run: |
uv run mdedup --help
- name: mdedup --verbosity DEBUG --version
Expand Down

0 comments on commit a2560d7

Please sign in to comment.