Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 3, 2024
1 parent a2560d7 commit 11539db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <undefined>
# UnicodeEncodeError: 'charmap' codec can't encode character '\u25cf' in position 64:
# character maps to <undefined>
if: runner.os != 'Windows'
run: |
uv run mdedup --help
Expand Down

0 comments on commit 11539db

Please sign in to comment.