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 0596065 commit ef1e05aCopy full SHA for ef1e05a
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
env:
62
COVERAGE_XML_PATH: ${{ runner.temp }}
63
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"
65
- uses: codecov/codecov-action@v5
66
with:
67
directory: ${{ runner.temp }}
0 commit comments