Skip to content

Commit 1f1c109

Browse files
committed
ci: Another try to fix greek letter output issue
1 parent d27d0ca commit 1f1c109

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ concurrency:
2929
group: ${{ github.workflow }}-${{ github.ref }}
3030
cancel-in-progress: true
3131

32+
env:
33+
# This is needed on Windows because ellipsoid-joint-kinematics.py output
34+
# some utf8 char.
35+
# More detail here: https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
36+
PYTHONIOENCODING: "utf8"
37+
3238
jobs:
3339
pinocchio-pixi:
3440
name: Standard - ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.compiler }}

0 commit comments

Comments
 (0)