Skip to content

Commit

Permalink
force encoding via env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent 01b0d31 commit 4a07d80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
env:
PYTHONIOENCODING: "utf-8"
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # ubuntu is the only distro available 🙃
Expand All @@ -20,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4a07d80

Please sign in to comment.