Skip to content

Commit d6fcfd5

Browse files
author
Alexander Refsum Jensenius
committed
Fix Windows Unicode encoding error in CI
- Remove checkmark emoji from Python test output message - Fixes UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' - Windows console doesn't support Unicode emojis properly - Keep plain text output for cross-platform compatibility
1 parent 78bb3bb commit d6fcfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858

5959
- name: Test basic import
6060
run: |
61-
python -c "import musicalgestures; print('MGT-python import successful on ${{ matrix.os }} Python ${{ matrix.python-version }}')"
61+
python -c "import musicalgestures; print('MGT-python import successful on ${{ matrix.os }} Python ${{ matrix.python-version }}')"

0 commit comments

Comments
 (0)