Skip to content

Commit

Permalink
CI: set PYTHONUTF8=1 in test python
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Jul 5, 2024
1 parent 31fb04d commit f57d8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ concurrency:
env:
RUSTFLAGS: -C debuginfo=0 # Do not produce debug symbols to keep memory usage down
RUST_BACKTRACE: 1
PYTHONUTF8: 1

defaults:
run:
Expand Down

0 comments on commit f57d8e5

Please sign in to comment.