Skip to content

Commit

Permalink
#1224: Set PYTHONIOENCODING in the GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed Aug 2, 2021
1 parent bf9a4b1 commit 1bc443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

env:
PYTHON_LATEST: 3.9
PYTHONIOENCODING: utf-8

jobs:
test:
Expand Down

0 comments on commit 1bc443a

Please sign in to comment.