diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index aac595d1..abfd7c17 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -124,7 +124,8 @@ 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 + # UnicodeEncodeError: 'charmap' codec can't encode character '\u25cf' in position 64: + # character maps to if: runner.os != 'Windows' run: | uv run mdedup --help