From 11539dbe5ca80b76182299b2bd131dc53b88c93a Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 3 Jul 2024 16:10:01 +0400 Subject: [PATCH] Lint --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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