Skip to content

Commit

Permalink
[tests] set PYTHONIOENCODING to utf-8 for windows-tests
Browse files Browse the repository at this point in the history
Bug: T371280
Change-Id: I536c60fea46781b2cef440fca801e4bba9b9c33d
  • Loading branch information
xqt committed Jul 29, 2024
1 parent 1b65cef commit d2c57e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
id: ci_test
continue-on-error: true
timeout-minutes: 90
env:
PYTHONIOENCODING: utf-8
run: |
python pwb.py version
coverage run -m unittest discover -vv -p \"*_tests.py\";
Expand Down

0 comments on commit d2c57e2

Please sign in to comment.