Skip to content

Commit

Permalink
Set PYTHONIOENCODING: utf-8 on the Windows testing workflow
Browse files Browse the repository at this point in the history
- This is an attempt to solve character encoding issues
  • Loading branch information
“wieger” committed Oct 3, 2024
1 parent 1ef42b2 commit 7331612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Run tests
env:
PYTHONPATH: ${{ github.workspace }}\src
PYTHONIOENCODING: utf-8
run: |
python -m unittest discover tests

0 comments on commit 7331612

Please sign in to comment.