Skip to content

Commit

Permalink
attempting to force utf-8 in github actions (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoland Yan <[email protected]>
  • Loading branch information
telamonian and yoland68 authored May 8, 2024
1 parent a2c22df commit 283e337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
test:
name: "Run Tests on Multiple Platforms"
runs-on: ${{ matrix.os }}
env:
PYTHONIOENCODING: "utf8"

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9"]

steps:
Expand Down

0 comments on commit 283e337

Please sign in to comment.