Skip to content

Commit 3cb40b9

Browse files
committed
fix: set LC_ALL
1 parent bf7deaa commit 3cb40b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
run: nix develop --command uv run poe test-cover
7979
env:
8080
PYTHON_VERSION: ${{ matrix.python }}
81+
LC_ALL: C.UTF-8
82+
LANG: C.UTF-8
8183

8284
- name: "[EXEC] Upload coverage to Codecov"
8385
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)