We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27d0ca commit 1f1c109Copy full SHA for 1f1c109
.github/workflows/macos-linux-windows-pixi.yml
@@ -29,6 +29,12 @@ concurrency:
29
group: ${{ github.workflow }}-${{ github.ref }}
30
cancel-in-progress: true
31
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
+
38
jobs:
39
pinocchio-pixi:
40
name: Standard - ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.compiler }}
0 commit comments