Skip to content

Commit ef1e05a

Browse files
committed
Try to fix PyPy CI flake
1 parent 0596065 commit ef1e05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
env:
6262
COVERAGE_XML_PATH: ${{ runner.temp }}
6363
BABEL_TOX_EXTRA_DEPS: pytest-github-actions-annotate-failures
64+
LC_ALL: C # Python 3.10.16[pypy-7.3.19-final] in GHA failed with "unsupported locale setting"
6465
- uses: codecov/codecov-action@v5
6566
with:
6667
directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)