Skip to content

Commit

Permalink
Skip changelog CLI test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 24, 2024
1 parent 72ddc15 commit d136e20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ jobs:
run: |
uv --no-progress run --frozen -- gha-utils --verbosity INFO metadata
- name: gha-utils --verbosity INFO changelog
# XXX This command fail on Windows as it try to print emojis to the console, from the source changelog:
# UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f64f' in position 39913: character maps
# to <undefined>
if: runner.os != 'Windows'
run: |
uv --no-progress run --frozen -- gha-utils --verbosity INFO changelog
- name: gha-utils --verbosity INFO mailmap-sync
Expand Down

0 comments on commit d136e20

Please sign in to comment.