We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7deaa commit 3cb40b9Copy full SHA for 3cb40b9
.github/workflows/ci-lint-test.yml
@@ -78,6 +78,8 @@ jobs:
78
run: nix develop --command uv run poe test-cover
79
env:
80
PYTHON_VERSION: ${{ matrix.python }}
81
+ LC_ALL: C.UTF-8
82
+ LANG: C.UTF-8
83
84
- name: "[EXEC] Upload coverage to Codecov"
85
uses: codecov/codecov-action@v5
0 commit comments